diff --git a/languages.toml b/languages.toml index 7067089d7..00e4f41a5 100644 --- a/languages.toml +++ b/languages.toml @@ -4323,4 +4323,4 @@ grammar = "dunstrc" [[grammar]] name = "dunstrc" -source = { git = "https://github.com/rotmh/tree-sitter-dunstrc", rev = "f40e8b5b46ff43164fc32ef1debf6e23a3bfba24" } +source = { git = "https://github.com/rotmh/tree-sitter-dunstrc", rev = "928af88be0dc91d5f1dc716c550d0f54200608b0" } diff --git a/runtime/queries/dunstrc/highlights.scm b/runtime/queries/dunstrc/highlights.scm index cbd07ef38..8964b43de 100644 --- a/runtime/queries/dunstrc/highlights.scm +++ b/runtime/queries/dunstrc/highlights.scm @@ -1,10 +1,6 @@ (assign (key) @attribute) -(assign - (value - (quoted) @string)) - (comment) @comment.line [