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:
Steven Xu 2025-10-11 17:23:17 +11:00
parent de003000a2
commit e77f7c5bca
2 changed files with 2 additions and 3 deletions

View file

@ -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' },