mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
highlights(wgsl): use @function.call
This commit is contained in:
parent
f66a911a95
commit
b866165732
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
(struct_member (variable_identifier_declaration (identifier) @field)))
|
||||
|
||||
(type_constructor_or_function_call_expression
|
||||
(type_declaration) @function)
|
||||
(type_declaration) @function.call)
|
||||
|
||||
[
|
||||
"struct"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue