aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorKirawi2021-11-29 01:38:17 +0000
committerGitHub2021-11-29 01:38:17 +0000
commit6f1a7b1220c2ae565a2542fb089eb6d87f0a9421 (patch)
treec0ee12e9208129b15ec7dc35d52f8cf00f5c0abb /runtime
parentdc53e65b9e9be71c49eaa86e0f4dabb69f586e2e (diff)
Add llvm grammar (#1167)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/queries/llvm/highlights.scm14
1 files changed, 14 insertions, 0 deletions
diff --git a/runtime/queries/llvm/highlights.scm b/runtime/queries/llvm/highlights.scm
new file mode 100644
index 00000000..73afe85e
--- /dev/null
+++ b/runtime/queries/llvm/highlights.scm
@@ -0,0 +1,14 @@
+(type) @type
+(statement) @keyword.operator
+(number) @constant.numeric.integer
+(comment) @comment
+(string) @string
+(label) @label
+(keyword) @keyword
+"ret" @keyword.control.return
+(boolean) @constant.builtin.boolean
+(float) @constant.numeric.float
+(constant) @constant
+(identifier) @variable
+(symbol) @punctuation.delimiter
+(bracket) @punctuation.bracket