mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(go): add @label
This commit is contained in:
parent
a2ac48e7f3
commit
e71dfc1e7a
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@
|
|||
(parameter_declaration (identifier) @parameter)
|
||||
(variadic_parameter_declaration (identifier) @parameter)
|
||||
|
||||
(label_name) @label
|
||||
|
||||
((identifier) @constant
|
||||
(#eq? @constant "_"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue