Skip to content

v0.1.1

Compare
Choose a tag to compare
@PanAeon PanAeon released this 29 Apr 15:07
· 33 commits to master since this release

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 are contributes.languages and contributes.grammars extension points in the package.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