Skip to content

Commit 4ba55a9

Browse files
committed
feat(grammars): add tree-sitter-ruby and tree-sitter-scala
Add support for Ruby and Scala grammars by including them in the workspace and lockfile. Remove unused tree-sitter-ocaml dependency
1 parent e125cd4 commit 4ba55a9

File tree

3 files changed

+725
-12
lines changed

3 files changed

+725
-12
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"/wasm"
66
],
77
"main": "bindings/node",
8-
"version": "1.7.0",
8+
"version": "1.7.1",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/unit-mesh/treesitter-artifacts"
@@ -46,10 +46,11 @@
4646
"tree-sitter-lua": "^2.1.3",
4747
"tree-sitter-python": "^0.20.2",
4848
"tree-sitter-rust": "^0.20.4",
49+
"tree-sitter-ruby": "^0.20.1",
50+
"tree-sitter-scala": "^0.19.0",
4951
"tree-sitter-swift": "^0.4.0",
5052
"tree-sitter-toml": "0.5.1",
5153
"tree-sitter-php": "^0.22.0",
52-
"tree-sitter-ocaml": "^0.20.4",
5354
"tree-sitter-rescript": "github:rescript-lang/tree-sitter-rescript#6376fa028f31aa4e26ca2c8f007e322cd2a5eb4a",
5455
"tree-sitter-bash": "^0.20.5",
5556
"tree-sitter-typescript": "git://github.com/tree-sitter/tree-sitter-typescript#v0.20.4",

0 commit comments

Comments
 (0)