From 6d504dd0f866d7c7337025f8f27b1d84a993b4a3 Mon Sep 17 00:00:00 2001 From: Benjamin Graham Date: Sun, 3 Oct 2021 12:09:33 -0400 Subject: [PATCH] Query fix --- queries/llvm/highlights.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/queries/llvm/highlights.scm b/queries/llvm/highlights.scm index 1f440f7f6..787e0f148 100644 --- a/queries/llvm/highlights.scm +++ b/queries/llvm/highlights.scm @@ -1,5 +1,5 @@ (type) @type -(statement) @statement +(statement) @keyword.operator (number) @number (comment) @comment (string) @string @@ -8,7 +8,7 @@ "ret" @keyword.return (boolean) @boolean (float) @float -(constant) @identifier -(identifier) @constant +(constant) @constant +(identifier) @variable (symbol) @punctuation.delimiter (bracket) @punctuation.bracket