From de042a6adcd00fb46474a68e85a7813357bcf24d Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Sat, 23 Mar 2024 17:51:27 +0100 Subject: [PATCH] fix code tests --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",