Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/kdl/highlights.scm')
| -rw-r--r-- | runtime/queries/kdl/highlights.scm | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/runtime/queries/kdl/highlights.scm b/runtime/queries/kdl/highlights.scm deleted file mode 100644 index 9ba420a9..00000000 --- a/runtime/queries/kdl/highlights.scm +++ /dev/null @@ -1,32 +0,0 @@ -[ - (single_line_comment) - (multi_line_comment) - - (node_comment) - (node_field_comment) - - ; these do not show up as comments in Helix as they are also highlighted as - ; normal nodes - (node . (node_comment)) - (node_field . (node_field_comment)) -] @comment - -(node - (identifier) @variable) - -(prop (identifier) @attribute) - -(type (_) @type) @punctuation.bracket - -(keyword) @keyword - -(string) @string -(number) @constant.numeric -(boolean) @constant.builtin.boolean - -"." @punctuation.delimiter - -"=" @operator - -"{" @punctuation.bracket -"}" @punctuation.bracket |