mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat(systemverilog)!: update parser and queries
Breaking changes: 1. `(comment)` node split into `(one_line_comment)` and `(block_comment)` 2. named `(directive_foo)` nodes replaced by anonymous `"'foo"` (with backtick!) nodes -- but not consistently
This commit is contained in:
parent
3561e1fb19
commit
05f2910355
3 changed files with 21 additions and 18 deletions
|
|
@ -1,4 +1,7 @@
|
|||
((comment) @injection.content
|
||||
([
|
||||
(one_line_comment)
|
||||
(block_comment)
|
||||
] @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
((macro_text) @injection.content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue