Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/gas/highlights.scm')
-rw-r--r--runtime/queries/gas/highlights.scm21
1 files changed, 0 insertions, 21 deletions
diff --git a/runtime/queries/gas/highlights.scm b/runtime/queries/gas/highlights.scm
deleted file mode 100644
index 46cefcba..00000000
--- a/runtime/queries/gas/highlights.scm
+++ /dev/null
@@ -1,21 +0,0 @@
-(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