diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-09 22:17:11 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-09 22:17:11 +0100 |
commit | aa3cdab28d515f5277cb0f7f204281f6f071bb67 (patch) | |
tree | 8ca19d797a8865d8981de702b5516ba80939ed8a /queries/highlights.scm | |
parent | 36d41648bd13176cc5bdcbdade6cc5046acab6c1 (diff) |
Move queries into a subdirectory
Diffstat (limited to 'queries/highlights.scm')
-rw-r--r-- | queries/highlights.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/queries/highlights.scm b/queries/highlights.scm deleted file mode 100644 index ba33621..0000000 --- a/queries/highlights.scm +++ /dev/null @@ -1,9 +0,0 @@ -[">" "-" "=" "@"] @operator -["{" "}"] @tag.delimiter -(node_name) @tag -[ - (attribute_name) - (class_shorthand) - (id_shorthand) -] @tag.attribute -(attribute_value) @string |