v0.1.1
breaking changes:
- removed '-t' option, now testcases should be specified without it. My bad
- remove '--scope' option from
vscode-tmgrammar-test
. Unit tests got scope information from their header so it wasn't doing anything - option
--validate
is removed - node 10.x is no longer supported
new features:
- Now tests read grammar metadata from
package.json
by default. This means that if there arecontributes.languages
andcontributes.grammars
extension points in thepackage.json
no additional configuration from command line options are necessary - Now comment lines which not start with assertions are treated as the rest of the source code. Fixed #20
- Added scope injections. Fixed #29
- README.md and examples are updated