summaryrefslogtreecommitdiff
path: root/runtime/queries/gas/highlights.scm
diff options
context:
space:
mode:
authorCyrill Schenkel2023-09-16 00:04:44 +0000
committerGitHub2023-09-16 00:04:44 +0000
commit941dc6c614d684804c3580c4ae8b3c4368aab217 (patch)
tree9c5f661a64dd74b811e0e33399aa841b0c9b41aa /runtime/queries/gas/highlights.scm
parent19d44b6fde2a7689ff32410c573106b9c8359236 (diff)
add GNU assembler (gas) support #8291)
Diffstat (limited to 'runtime/queries/gas/highlights.scm')
-rw-r--r--runtime/queries/gas/highlights.scm21
1 files changed, 21 insertions, 0 deletions
diff --git a/runtime/queries/gas/highlights.scm b/runtime/queries/gas/highlights.scm
new file mode 100644
index 00000000..46cefcba
--- /dev/null
+++ b/runtime/queries/gas/highlights.scm
@@ -0,0 +1,21 @@
+(comment) @comment
+(number) @constant.numeric
+(directive_name) @keyword.directive
+(symbol) @variable
+(label) @function
+(label)
+(instruction_prefix) @keyword
+(instruction_name) @function.special
+(register) @constant.builtin
+(string) @string
+(char) @constant.character
+(type) @type
+(constant "$" @constant)
+(operand_modifier) @attribute
+
+(expression
+ ["-" "+" "*" "/" "="] @operator)
+
+["(" ")"] @punctuation.bracket
+
+["," ":"] @punctuation.delimiter