Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/tablegen/highlights.scm')
| -rw-r--r-- | runtime/queries/tablegen/highlights.scm | 90 |
1 files changed, 0 insertions, 90 deletions
diff --git a/runtime/queries/tablegen/highlights.scm b/runtime/queries/tablegen/highlights.scm deleted file mode 100644 index 0b7aaa20..00000000 --- a/runtime/queries/tablegen/highlights.scm +++ /dev/null @@ -1,90 +0,0 @@ -[ - (comment) - (multiline_comment) -] @comment - -[ - "(" - ")" - "[" - "]" - "{" - "}" - "<" - ">" -] @punctuation.bracket - -[ - "," - ";" - "." -] @punctuation.delimiter - -[ - "#" - "-" - "..." - ":" -] @operator - -[ - "=" - "!cond" - (operator_keyword) -] @function - -[ - "true" - "false" -] @constant.builtin.boolean - -[ - "?" -] @constant.builtin - -(var) @variable - -(template_arg (identifier) @variable.parameter) - -(_ argument: (value (identifier) @variable.parameter)) - -(type) @type - -"code" @type.builtin - -(number) @constant.numeric.integer -[ - (string_string) - (code_string) -] @string - -(preprocessor) @keyword.directive - -[ - "class" - "field" - "let" - "defvar" - "def" - "defset" - "defvar" - "deftype" - "assert" - "dump" -] @keyword - -[ - "let" - "in" - "foreach" - "if" - "then" - "else" -] @keyword.operator - -"include" @keyword.control.import - -[ - "multiclass" - "defm" -] @namespace |