Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/cpon/highlights.scm')
| -rw-r--r-- | runtime/queries/cpon/highlights.scm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/runtime/queries/cpon/highlights.scm b/runtime/queries/cpon/highlights.scm deleted file mode 100644 index 039284e7..00000000 --- a/runtime/queries/cpon/highlights.scm +++ /dev/null @@ -1,25 +0,0 @@ -[ - (true) - (false) -] @constant.builtin.boolean -(null) @constant.builtin -(number) @constant.numeric -(pair - key: (_) @keyword) -(ipair - key: (_) @keyword) -(mpair - key: (_) @keyword) - -(string) @string -(escape_sequence) @constant.character.escape - -"," @punctuation.delimiter -[ - "[" - "]" - "{" - "}" - "<" - ">" -] @punctuation.bracket |