diff --git a/editors/code/package.json b/editors/code/package.json index 0aa52504..d5f15e02 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -34,7 +34,7 @@ "watch": "tsc -watch -p ./", "package": "npx vsce package", "postpackage": "node ./scripts/minify_json.js --restore", - "testgrammar": "vscode-tmgrammar-test -g syntaxes/v.tmLanguage.json \"syntaxes/tests/*.v\"", + "testgrammar": "vscode-tmgrammar-test -g syntaxes/v.tmLanguage.json \"syntaxes/tests/*.vv\"", "format": "prettier --write \"scripts/**/*.js\" \"src/**/*.ts\"" }, "main": "dist/extension.js",