Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/meson/highlights.scm')
| -rw-r--r-- | runtime/queries/meson/highlights.scm | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/runtime/queries/meson/highlights.scm b/runtime/queries/meson/highlights.scm deleted file mode 100644 index 58c2baca..00000000 --- a/runtime/queries/meson/highlights.scm +++ /dev/null @@ -1,62 +0,0 @@ -(comment) @comment - -(identifier) @variable - -[ - (assignment_operator) - (additive_operator) - (multiplicative_operator) - (equality_operator) - ">=" - "<=" - "<" - ">" - "+" - "-" -] @operator - -[ - (and) - (or) - (not) - (in) -] @keyword.operator - -[ - "(" ")" "[" "]" "{" "}" -] @punctuation.bracket - -[ - (if) - (elif) - (else) - (endif) -] @keyword.control.conditional - -[ - (foreach) - (endforeach) - (break) - (continue) -] @keyword.control.repeat - -(boolean_literal) @constant.builtin.boolean -(int_literal) @constant.numeric.integer - -(keyword_argument keyword: (identifier) @variable.parameter) -(escape_sequence) @constant.character.escape -(bad_escape) @warning - -[ -"." -"," -":" -] @punctuation.delimiter - -[ - (string_literal) - (fstring_literal) -] @string - -; these are listed last, because they override keyword queries -(function_expression (identifier) @function) |