diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-08-29 23:34:34 +0200 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-09-11 04:16:06 -0700 |
| commit | b866165732b8c49604ea58361353bcddc638f831 (patch) | |
| tree | aa37c758168bb635b2fe87ca8a483c0e57cc4058 /queries | |
| parent | f66a911a953729f79b1e523a5e950dfdece39902 (diff) | |
highlights(wgsl): use `@function.call`
Diffstat (limited to 'queries')
| -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" |
