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
|
|
@ -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