Skip to content

Commit

Permalink
Add C support
Browse files Browse the repository at this point in the history
  • Loading branch information
blopker committed Feb 21, 2025
1 parent 3b6d9e6 commit ff92b7a
Show file tree
Hide file tree
Showing 8 changed files with 348 additions and 57 deletions.
110 changes: 57 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/codebook-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "codebook_config"
version = "0.1.0"
edition = "2021"
edition = "2024"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/codebook-lsp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "codebook-lsp"
version = "0.1.18"
edition = "2021"
edition = "2024"

[dependencies]
streaming-iterator = "0.1.9"
Expand Down
3 changes: 2 additions & 1 deletion crates/codebook/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "codebook"
version = "0.1.0"
edition = "2021"
edition = "2024"

[dependencies]
lazy_static = "1.5.0"
Expand All @@ -15,6 +15,7 @@ tree-sitter-javascript = "<0.25.0"
tree-sitter-html = "<0.25.0"
tree-sitter-go = "<0.25.0"
tree-sitter-toml-ng = "<0.8.0"
tree-sitter-c = "<0.25.0"
streaming-iterator = "0.1.9"
tower-lsp = "0.20.0"
tree-sitter-typescript = "0.23.2"
Expand Down
Loading

0 comments on commit ff92b7a

Please sign in to comment.