diff --git a/queries/highlights.scm b/queries/highlights.scm index 9d9392c..93793d4 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -1,7 +1,16 @@ "=" @operator + (boolean) @constant + (number) @number + (string) @string -[(identifier) (variable)] @variable + +[ + (identifier) + (variable) +] @variable + (value) @string + (comment) @comment