vscode-tmgrammar-test
vscode-tmgrammar-test copied to clipboard
Test helpers for VSCode textmate grammars
Pattern: ```json { "name": "keyword", "match": "fun" } ``` Test: ```bait funvar := true // ^^^ - keyword ``` However the test passes.
Tabs can have variable width, which could lead to errors. I suggest that the extension warns, if tabs are detected as indentation.
Consider the following pattern ```json { "name": "string", "begin": "'", "end": "'" } ``` which is tested by this code: ```bait fun main() { s:='my string' // ^^^^^^^^^^^^^ string }...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...