bump the grammar to support quoted strings highlights

pull/13458/head
rotmh 2025-05-02 16:20:40 +03:00
parent c7b284d561
commit 79722c2348
No known key found for this signature in database
GPG Key ID: FA5492BE76A4974A
2 changed files with 5 additions and 1 deletions

View File

@ -4323,4 +4323,4 @@ grammar = "dunstrc"
[[grammar]] [[grammar]]
name = "dunstrc" name = "dunstrc"
source = { git = "https://github.com/rotmh/tree-sitter-dunstrc", rev = "b2d193553603c41762418d67827883492c9119a3" } source = { git = "https://github.com/rotmh/tree-sitter-dunstrc", rev = "f40e8b5b46ff43164fc32ef1debf6e23a3bfba24" }

View File

@ -1,6 +1,10 @@
(assign (assign
(key) @attribute) (key) @attribute)
(assign
(value
(quoted) @string))
(comment) @comment.line (comment) @comment.line
[ [