mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -04:00
feat(tmux)!: update parser and queries
Breaking change: removed nodes
This commit is contained in:
parent
8dfe21ae82
commit
07204cd6ae
2 changed files with 4 additions and 24 deletions
|
|
@ -2365,7 +2365,7 @@ return {
|
||||||
},
|
},
|
||||||
tmux = {
|
tmux = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = '75d1b995b0c23400ac8e49db757a2e0386f9fa8f',
|
revision = '5c4bc6815372ca6c9a0f5a1188d73c0475523cce',
|
||||||
url = 'https://github.com/Freed-Wu/tree-sitter-tmux',
|
url = 'https://github.com/Freed-Wu/tree-sitter-tmux',
|
||||||
},
|
},
|
||||||
maintainers = { '@Freed-Wu', '@stevenxxiu' },
|
maintainers = { '@Freed-Wu', '@stevenxxiu' },
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,6 @@
|
||||||
(comment) @comment @spell
|
(comment) @comment @spell
|
||||||
|
|
||||||
[
|
(string) @string
|
||||||
"'"
|
|
||||||
(str_single_quotes)
|
|
||||||
(str_double_quotes)
|
|
||||||
] @string
|
|
||||||
|
|
||||||
(backslash_escape) @string.escape
|
|
||||||
|
|
||||||
(path) @string.special.path
|
(path) @string.special.path
|
||||||
|
|
||||||
|
|
@ -37,28 +31,14 @@
|
||||||
(source_file_directive
|
(source_file_directive
|
||||||
(command) @keyword.import)
|
(command) @keyword.import)
|
||||||
|
|
||||||
(attribute) @attribute
|
(hook_name) @attribute
|
||||||
|
|
||||||
(function_name) @function.call
|
|
||||||
|
|
||||||
"=" @operator
|
"=" @operator
|
||||||
|
|
||||||
[
|
";" @punctuation.delimiter
|
||||||
";"
|
|
||||||
"';'"
|
|
||||||
","
|
|
||||||
":"
|
|
||||||
] @punctuation.delimiter
|
|
||||||
|
|
||||||
[
|
[
|
||||||
"#"
|
|
||||||
"?"
|
|
||||||
] @punctuation.special
|
|
||||||
|
|
||||||
[
|
|
||||||
"#{"
|
|
||||||
"}"
|
"}"
|
||||||
"#["
|
|
||||||
"]"
|
"]"
|
||||||
"["
|
"["
|
||||||
"{"
|
"{"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue