diff --git a/runtime/queries/groq/highlights.scm b/runtime/queries/groq/highlights.scm index b9e6c019a..5d35b9a0d 100644 --- a/runtime/queries/groq/highlights.scm +++ b/runtime/queries/groq/highlights.scm @@ -55,18 +55,18 @@ (number) @number -(true) @boolean - -(false) @boolean - -(null) @constant.builtin +[ + (true) + (false) +] @boolean ; Special references -(star) @constant.builtin - -(parent) @constant.builtin - -(this) @constant.builtin +[ + (null) + (star) + (parent) + (this) +] @constant.builtin ; Identifiers (identifier) @variable