mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat(tmux)!: update parser and highlights
Breaking changes: - Node `(variable)` was renamed to `(expr_double_quotes)`. - Node `(variable_raw)` was renamed to `(expr_single_quotes)`. - Node `(string)` was renamed to `(str_double_quotes)`. - Node `(raw_string)` was renamed to `(str_single_quotes)`. - Node `(raw_string_quote)` was removed.
This commit is contained in:
parent
3ab4f2d2d2
commit
de003000a2
3 changed files with 23 additions and 9 deletions
|
|
@ -2372,10 +2372,10 @@ return {
|
|||
},
|
||||
tmux = {
|
||||
install_info = {
|
||||
revision = '0252ecd080016e45e6305ef1a943388f5ae2f4b4',
|
||||
revision = 'a2936cb2579f7723b5744563c45bcefabc42fe47',
|
||||
url = 'https://github.com/Freed-Wu/tree-sitter-tmux',
|
||||
},
|
||||
maintainers = { '@Freed-Wu' },
|
||||
maintainers = { '@Freed-Wu', '@stevenxxiu' },
|
||||
tier = 2,
|
||||
},
|
||||
todotxt = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue