diff --git a/runtime/queries/wgsl/highlights.scm b/runtime/queries/wgsl/highlights.scm index 854ffe921..8c33751fa 100644 --- a/runtime/queries/wgsl/highlights.scm +++ b/runtime/queries/wgsl/highlights.scm @@ -1,4 +1,5 @@ -(identifier) @variable +((identifier) @variable + (#set! priority 99)) (int_literal) @number @@ -116,6 +117,14 @@ "@" "++" "--" + "+=" + "-=" + "*=" + "/=" + "%=" + "&=" + "|=" + "^=" ] @operator (attribute