Skip to content

Commit f383e72

Browse files
committed
Fix example parsing
1 parent 08fd709 commit f383e72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build-php": "cd php && tree-sitter generate --no-bindings",
2727
"build-php_only": "cd php_only && tree-sitter generate --no-bindings",
2828
"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",
3030
"test-php": "cd php && tree-sitter test",
3131
"test-php_only": "cd php_only && tree-sitter test"
3232
},
@@ -40,6 +40,7 @@
4040
"file-types": [
4141
"php"
4242
],
43+
"path": "php",
4344
"highlights": "queries/highlights.scm",
4445
"tags": "queries/tags.scm",
4546
"injections": "queries/injections.scm"

0 commit comments

Comments
 (0)