Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Oct 13:47
· 4 commits to master since this release

NOTE: Download tree-sitter-systemverilog.tar.gz for the complete source code.

What's Changed

  • Add basic support for directives between if/else and inside case by @gmlarumbe in #40
  • feat!: Tag line comments and block comments separately by @Timmmm in #43
  • feat!: Add support to detect compiler directives as reserved keywords by @gmlarumbe in #44
  • Add highlights.scm queries and ci by @gmlarumbe in #47
  • Move test directory to separate submodule by @gmlarumbe in #48
  • fix(grammar): make else if have higher priority than else by @henry-hsieh in #50
  • Fix: Node bindings .length problem on parser.set_language(). by @mashurr in #51

New Contributors

Full Changelog: v0.2.1...v0.3.0