Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/xtc/highlights.scm')
| -rw-r--r-- | runtime/queries/xtc/highlights.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/runtime/queries/xtc/highlights.scm b/runtime/queries/xtc/highlights.scm deleted file mode 100644 index cb0bec6a..00000000 --- a/runtime/queries/xtc/highlights.scm +++ /dev/null @@ -1,27 +0,0 @@ -(parameter) @keyword - -(change_port) @function.special - -(template) @variable - -[ - (hex_argument) - (ipv4_argument) -] @attribute - -(numeric_argument) @constant.numeric - -(index) @tag - -(string_literal_argument) @string - -(string_argument) @constant.character - -(comment) @comment - -(port_comment) @label - -[ -("[") -("]") -] @punctuation.bracket |