mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
feat(tmux)!: update parser and highlights
Breaking changes: - Nodes `(variable_name)`, `(expr_variable_name)`, `(variable_name_short)`, are exposed as `(name)`.
This commit is contained in:
committed by
Christian Clason
parent
de003000a2
commit
cbafde9925
@@ -2372,7 +2372,7 @@ return {
|
||||
},
|
||||
tmux = {
|
||||
install_info = {
|
||||
revision = 'a2936cb2579f7723b5744563c45bcefabc42fe47',
|
||||
revision = '72b42cd0307bdfe471fd151a0282d0d38e889944',
|
||||
url = 'https://github.com/Freed-Wu/tree-sitter-tmux',
|
||||
},
|
||||
maintainers = { '@Freed-Wu', '@stevenxxiu' },
|
||||
|
||||
@@ -14,8 +14,7 @@
|
||||
|
||||
[
|
||||
(option)
|
||||
(variable_name)
|
||||
(variable_name_short)
|
||||
(name)
|
||||
] @variable
|
||||
|
||||
(command_line_option) @variable.builtin
|
||||
|
||||
Reference in New Issue
Block a user