mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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)))
|
(struct_member (variable_identifier_declaration (identifier) @field)))
|
||||||
|
|
||||||
(type_constructor_or_function_call_expression
|
(type_constructor_or_function_call_expression
|
||||||
(type_declaration) @function)
|
(type_declaration) @function.call)
|
||||||
|
|
||||||
[
|
[
|
||||||
"struct"
|
"struct"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue