diff options
Diffstat (limited to 'queries/wgsl/highlights.scm')
| -rw-r--r-- | queries/wgsl/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/wgsl/highlights.scm b/queries/wgsl/highlights.scm index f8ca7b65..925d02e1 100644 --- a/queries/wgsl/highlights.scm +++ b/queries/wgsl/highlights.scm @@ -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" |
