mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
feat(zsh)!: update parser and queries
This commit is contained in:
committed by
Christian Clason
parent
2b50ab5ccb
commit
53f6ce29df
@@ -2687,7 +2687,7 @@ return {
|
||||
},
|
||||
zsh = {
|
||||
install_info = {
|
||||
revision = 'b5d435fdef93257af6a7b6f957662fc88942609f',
|
||||
revision = 'bd344c23a7683e293d077c6648e88f209782fedb',
|
||||
url = 'https://github.com/georgeharker/tree-sitter-zsh',
|
||||
},
|
||||
maintainers = { '@georgeharker' },
|
||||
|
||||
@@ -14,9 +14,8 @@
|
||||
[
|
||||
";"
|
||||
";;"
|
||||
";&"
|
||||
";;&"
|
||||
";|"
|
||||
(case_fallthrough)
|
||||
(case_test_next)
|
||||
"&"
|
||||
] @punctuation.delimiter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user