diff options
| author | Steven Xu <stevenxxiu@gmail.com> | 2025-10-11 17:23:17 +1100 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2025-10-11 10:52:02 +0200 |
| commit | cbafde992598b8ee05b5b80e165905655578fb75 (patch) | |
| tree | 54531966ba9b6c5276ecaa9ec69ae950ccc33e86 /lua | |
| parent | feat(tmux)!: update parser and highlights (diff) | |
| download | nvim-treesitter-cbafde992598b8ee05b5b80e165905655578fb75.tar nvim-treesitter-cbafde992598b8ee05b5b80e165905655578fb75.tar.gz nvim-treesitter-cbafde992598b8ee05b5b80e165905655578fb75.tar.bz2 nvim-treesitter-cbafde992598b8ee05b5b80e165905655578fb75.tar.lz nvim-treesitter-cbafde992598b8ee05b5b80e165905655578fb75.tar.xz nvim-treesitter-cbafde992598b8ee05b5b80e165905655578fb75.tar.zst nvim-treesitter-cbafde992598b8ee05b5b80e165905655578fb75.zip | |
feat(tmux)!: update parser and highlights
Breaking changes:
- Nodes `(variable_name)`, `(expr_variable_name)`, `(variable_name_short)`, are exposed as `(name)`.
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index aba7016a1..936dc9592 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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' }, |
