summaryrefslogtreecommitdiff
path: root/queries/llvm
diff options
context:
space:
mode:
authorBenjamin Graham <benwilliamgraham@gmail.com>2021-10-03 11:50:47 -0400
committerStephan Seitz <stephan.seitz@fau.de>2021-10-03 18:40:25 +0200
commit50fc1b6b352847116ed25403cbff581e1e8359e9 (patch)
tree77f839d450c68432d131b7ac9c2cf1bd26b15899 /queries/llvm
parent6f2b1abd17ab4e362d7441ca0c7a48486226ac34 (diff)
Highlighting fixed
Diffstat (limited to 'queries/llvm')
-rw-r--r--queries/llvm/highlights.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/queries/llvm/highlights.scm b/queries/llvm/highlights.scm
index 73bdedb3..1f440f7f 100644
--- a/queries/llvm/highlights.scm
+++ b/queries/llvm/highlights.scm
@@ -5,8 +5,10 @@
(string) @string
(label) @label
(keyword) @keyword
+"ret" @keyword.return
(boolean) @boolean
-(float) @number
+(float) @float
(constant) @identifier
(identifier) @constant
-(punctuation) @punctuation
+(symbol) @punctuation.delimiter
+(bracket) @punctuation.bracket