From 79722c2348a8f528395adf8eb11226523d31dee9 Mon Sep 17 00:00:00 2001 From: rotmh Date: Fri, 2 May 2025 16:20:40 +0300 Subject: [PATCH] bump the grammar to support quoted strings highlights --- languages.toml | 2 +- runtime/queries/dunstrc/highlights.scm | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 6f6ef8484..7067089d7 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 = "b2d193553603c41762418d67827883492c9119a3" } +source = { git = "https://github.com/rotmh/tree-sitter-dunstrc", rev = "f40e8b5b46ff43164fc32ef1debf6e23a3bfba24" } diff --git a/runtime/queries/dunstrc/highlights.scm b/runtime/queries/dunstrc/highlights.scm index 8964b43de..cbd07ef38 100644 --- a/runtime/queries/dunstrc/highlights.scm +++ b/runtime/queries/dunstrc/highlights.scm @@ -1,6 +1,10 @@ (assign (key) @attribute) +(assign + (value + (quoted) @string)) + (comment) @comment.line [