mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
feat(verilog)!: use systemverilog parser and queries (#7170)
This commit is contained in:
parent
596b16da17
commit
b139d21726
10 changed files with 500 additions and 897 deletions
|
|
@ -3,4 +3,21 @@
|
|||
(function_body_declaration)
|
||||
(task_body_declaration)
|
||||
(generate_block)
|
||||
(always_construct)
|
||||
(property_declaration)
|
||||
(checker_declaration)
|
||||
(class_declaration)
|
||||
(config_declaration)
|
||||
(covergroup_declaration)
|
||||
(clocking_declaration)
|
||||
(interface_declaration)
|
||||
(module_declaration)
|
||||
(package_declaration)
|
||||
(module_instantiation)
|
||||
(program_declaration)
|
||||
(specify_block)
|
||||
(generate_region)
|
||||
(package_import_declaration)
|
||||
(text_macro_definition)
|
||||
(include_compiler_directive)+
|
||||
] @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue