File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 26
26
"build-php" : " cd php && tree-sitter generate --no-bindings" ,
27
27
"build-php_only" : " cd php_only && tree-sitter generate --no-bindings" ,
28
28
"test-load" : " node -e \" console.log(require('./php').name, require('./php_only').name)\" " ,
29
- "test" : " npm run test-php && npm run test-php_only && npm run test-load && script/parse-examples" ,
29
+ "test" : " npm run test-php && npm run test-php_only && npm run test-load && node script/parse-examples.js " ,
30
30
"test-php" : " cd php && tree-sitter test" ,
31
31
"test-php_only" : " cd php_only && tree-sitter test"
32
32
},
40
40
"file-types" : [
41
41
" php"
42
42
],
43
+ "path" : " php" ,
43
44
"highlights" : " queries/highlights.scm" ,
44
45
"tags" : " queries/tags.scm" ,
45
46
"injections" : " queries/injections.scm"
You can’t perform that action at this time.
0 commit comments