Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/wgsl/highlights.scm')
| -rw-r--r-- | runtime/queries/wgsl/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/wgsl/highlights.scm b/runtime/queries/wgsl/highlights.scm index 2817ea3a..fe10c684 100644 --- a/runtime/queries/wgsl/highlights.scm +++ b/runtime/queries/wgsl/highlights.scm @@ -89,6 +89,8 @@ "~" ] @operator +(identifier) @variable + (function_declaration (identifier) @function) @@ -112,6 +114,4 @@ (attribute (identifier) @attribute) -(identifier) @variable - (comment) @comment |