Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/pest/highlights.scm')
| -rw-r--r-- | runtime/queries/pest/highlights.scm | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/runtime/queries/pest/highlights.scm b/runtime/queries/pest/highlights.scm deleted file mode 100644 index 430382c9..00000000 --- a/runtime/queries/pest/highlights.scm +++ /dev/null @@ -1,52 +0,0 @@ -(line_comment) @comment -(block_comment) @comment - -[ - "(" - ")" - "[" - "]" - "{" - "}" -] @punctuation.bracket - -((identifier) @variable) -((builtin) @type.builtin) -((const) @constant) - -[ - (string) - (character) -] @string - -[ - "_" - "@" - "$" -]@keyword.storage.modifier - -[ - "~" - "|" - "=" - "+" - "*" - "&" - "^" - "!" - "?" - ".." -] @operator - -[ - "ANY" - "DROP" - "EOI" - "NEWLINE" - "PEEK" - "PEEK_ALL" - "POP" - "POP_ALL" - "PUSH" - "SOI" -] @keyword |