diff options
| author | Benjamin Graham <benwilliamgraham@gmail.com> | 2021-10-03 12:09:33 -0400 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-10-03 18:40:25 +0200 |
| commit | 6d504dd0f866d7c7337025f8f27b1d84a993b4a3 (patch) | |
| tree | d4ac09012c05736e2c2ae88ce70b4a56b75b2f6f | |
| parent | 50fc1b6b352847116ed25403cbff581e1e8359e9 (diff) | |
Query fix
| -rw-r--r-- | queries/llvm/highlights.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/queries/llvm/highlights.scm b/queries/llvm/highlights.scm index 1f440f7f..787e0f14 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 |
