diff options
author | Kirawi | 2021-11-29 01:38:17 +0000 |
---|---|---|
committer | GitHub | 2021-11-29 01:38:17 +0000 |
commit | 6f1a7b1220c2ae565a2542fb089eb6d87f0a9421 (patch) | |
tree | c0ee12e9208129b15ec7dc35d52f8cf00f5c0abb /runtime/queries/llvm | |
parent | dc53e65b9e9be71c49eaa86e0f4dabb69f586e2e (diff) |
Add llvm grammar (#1167)
Diffstat (limited to 'runtime/queries/llvm')
-rw-r--r-- | runtime/queries/llvm/highlights.scm | 14 |
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 |