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