Skip to content

Commit f953f68

Browse files
committed
Add Erlang support
1 parent 6853b6a commit f953f68

File tree

9 files changed

+1274
-1
lines changed

9 files changed

+1274
-1
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ tree-sitter-c = "<0.25.0"
4848
tree-sitter-cpp = "<0.25.0"
4949
tree-sitter-css = "<0.26.0"
5050
tree-sitter-elixir = "<0.4.0"
51+
tree-sitter-erlang = "0.15.0"
5152
tree-sitter-go = "<0.26.0"
5253
tree-sitter-haskell = "<0.25.0"
5354
tree-sitter-html = "<0.25.0"

crates/codebook/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tree-sitter-c.workspace = true
3434
tree-sitter-cpp.workspace = true
3535
tree-sitter-css.workspace = true
3636
tree-sitter-elixir.workspace = true
37+
tree-sitter-erlang.workspace = true
3738
tree-sitter-go.workspace = true
3839
tree-sitter-haskell.workspace = true
3940
tree-sitter-html.workspace = true

0 commit comments

Comments
 (0)