Skip to content

Commit 14f7a65

Browse files
committed
test: Remove ini and sql grammars
1 parent 4bd7cee commit 14f7a65

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"package": "vsce package",
3232
"publish": "vsce publish",
3333
"test": "npm run test:JSON && npm run test:JSONC",
34-
"test:grammars": "vscode-tmgrammar-snap --grammar ./syntaxes/tests/grammars/ini.tmLanguage.json --grammar ./syntaxes/tests/grammars/markdown.tmLanguage.json --grammar ./syntaxes/tests/grammars/shell-unix-bash.tmLanguage.json --grammar ./syntaxes/tests/grammars/snippets.tmLanguage.json --grammar ./syntaxes/tests/grammars/sql.tmLanguage.json",
34+
"test:grammars": "vscode-tmgrammar-snap --grammar ./syntaxes/tests/grammars/markdown.tmLanguage.json --grammar ./syntaxes/tests/grammars/shell-unix-bash.tmLanguage.json --grammar ./syntaxes/tests/grammars/snippets.tmLanguage.json",
3535
"test:JSON": "npm run test:grammars -- ./syntaxes/tests/JSON/*.json --scope source.json.embedded",
3636
"test:JSONC": "npm run test:grammars -- ./syntaxes/tests/JSONC/*.json --scope source.json.comments.embedded",
3737
"test:update": "npm run test:JSON -- --updateSnapshot && npm run test:JSONC -- --updateSnapshot"

syntaxes/tests/grammars/ini.tmLanguage.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)