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, 14 insertions, 0 deletions
diff --git a/runtime/queries/dunstrc/highlights.scm b/runtime/queries/dunstrc/highlights.scm new file mode 100644 index 00000000..8964b43d --- /dev/null +++ b/runtime/queries/dunstrc/highlights.scm @@ -0,0 +1,14 @@ +(assign + (key) @attribute) + +(comment) @comment.line + +[ + "[" + "]" +] @punctuation.bracket + +"=" @operator + +(section + (name) @namespace) |