mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
Update verilog to 0.19.2
This commit is contained in:
parent
3fda398bf6
commit
acbb453f57
4 changed files with 18 additions and 18 deletions
|
|
@ -229,9 +229,10 @@
|
|||
(task_identifier
|
||||
(simple_identifier) @method))
|
||||
|
||||
(assignment_pattern_expression
|
||||
(assignment_pattern
|
||||
(parameter_identifier) @field))
|
||||
;;TODO: fixme
|
||||
;(assignment_pattern_expression
|
||||
;(assignment_pattern
|
||||
;(parameter_identifier) @field))
|
||||
|
||||
(type_declaration
|
||||
(data_type ["packed"] @label))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue