We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40aae13 commit d4c90c9Copy full SHA for d4c90c9
.gitignore
@@ -2,3 +2,4 @@ node_modules
2
build
3
*.log
4
test.scala
5
+package-lock.json
package.json
@@ -1,7 +1,7 @@
1
{
"name": "tree-sitter-scala",
"version": "0.0.1",
- "description": "Scala grammar for node-tree-sitter",
+ "description": "Scala grammar for tree-sitter",
"main": "index.js",
6
"keywords": [
7
"parser",
@@ -13,7 +13,7 @@
13
"nan": "^2.8.0"
14
},
15
"devDependencies": {
16
- "tree-sitter-cli": "^0.9.1"
+ "tree-sitter-cli": "^0.11.0"
17
18
"scripts": {
19
"build": "tree-sitter generate && node-gyp build",
0 commit comments