mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -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))
|
||||
|
|
|
|||
|
|
@ -42,9 +42,10 @@
|
|||
(parameter_identifier
|
||||
(simple_identifier) @definition.parameter))))
|
||||
|
||||
(function_declaration
|
||||
(function_identifier
|
||||
(simple_identifier) @definition.function))
|
||||
;; TODO: fixme
|
||||
;(function_declaration
|
||||
;(function_identifier
|
||||
;(simple_identifier) @definition.function))
|
||||
|
||||
(function_declaration
|
||||
(function_body_declaration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue