Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/dunstrc/highlights.scm')
| -rw-r--r-- | runtime/queries/dunstrc/highlights.scm | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/runtime/queries/dunstrc/highlights.scm b/runtime/queries/dunstrc/highlights.scm deleted file mode 100644 index 8964b43d..00000000 --- a/runtime/queries/dunstrc/highlights.scm +++ /dev/null @@ -1,14 +0,0 @@ -(assign - (key) @attribute) - -(comment) @comment.line - -[ - "[" - "]" -] @punctuation.bracket - -"=" @operator - -(section - (name) @namespace) |