feat(tmux)!: update parser and queries

Breaking change: removed nodes
This commit is contained in:
Christian Clason 2026-07-12 17:06:13 +02:00 committed by Christian Clason
parent 8dfe21ae82
commit 07204cd6ae
2 changed files with 4 additions and 24 deletions

View file

@ -1,12 +1,6 @@
(comment) @comment @spell
[
"'"
(str_single_quotes)
(str_double_quotes)
] @string
(backslash_escape) @string.escape
(string) @string
(path) @string.special.path
@ -37,28 +31,14 @@
(source_file_directive
(command) @keyword.import)
(attribute) @attribute
(function_name) @function.call
(hook_name) @attribute
"=" @operator
[
";"
"';'"
","
":"
] @punctuation.delimiter
";" @punctuation.delimiter
[
"#"
"?"
] @punctuation.special
[
"#{"
"}"
"#["
"]"
"["
"{"