Releases: gmlarumbe/tree-sitter-systemverilog
Releases · gmlarumbe/tree-sitter-systemverilog
v0.3.1
NOTE: Download tree-sitter-systemverilog.tar.gz for the complete source code.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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 ifhave higher priority thanelseby @henry-hsieh in #50 - Fix: Node bindings .length problem on parser.set_language(). by @mashurr in #51
New Contributors
- @Timmmm made their first contribution in #43
- @henry-hsieh made their first contribution in #50
- @mashurr made their first contribution in #51
Full Changelog: v0.2.1...v0.3.0
v0.2.1
NOTE: Download tree-sitter-systemverilog.tar.gz for the complete source code.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
NOTE: Download tree-sitter-systemverilog.tar.gz for the complete source code.
What's Changed
- Fix errors related to dynamic precedences by @gmlarumbe in #33
Full Changelog: v0.1.1...v0.2.0
v0.1.1
NOTE: Download tree-sitter-systemverilog.tar.gz for the complete source code.
What's Changed
- Fix filenames by @0dminnimda in #3
- Bug fixes for empty port list in module/interface and triple quoted string support by @yuhaos in #5
- Fix the parsing issue of preprocessing macros within the module's port declarations. by @donniek in #14
- Revert grammar.js module name change by @gmlarumbe in #29
New Contributors
- @0dminnimda made their first contribution in #3
- @yuhaos made their first contribution in #5
- @donniek made their first contribution in #14
Full Changelog: https://github.com/gmlarumbe/tree-sitter-systemverilog/commits/v0.1.1
v0.1.0
NOTE: Download tree-sitter-systemverilog.tar.gz for the complete source code.