vimPlugins: update on 2026-03-20 (#501655)

This commit is contained in:
Gaétan Lepage
2026-03-21 20:50:42 +00:00
committed by GitHub
2 changed files with 227 additions and 227 deletions
File diff suppressed because it is too large Load Diff
@@ -3701,12 +3701,12 @@
};
zsh = buildGrammar {
language = "zsh";
version = "0.0.0+rev=v0.57.0";
version = "0.0.0+rev=bd344c2";
src = fetchFromGitHub {
owner = "georgeharker";
repo = "tree-sitter-zsh";
tag = "v0.57.0";
hash = "sha256-LqUB72t6ZFejIrWFfOcQTSjOZQtnXprIhnoomrkoDTo=";
rev = "bd344c23a7683e293d077c6648e88f209782fedb";
hash = "sha256-91peFWN4vPRRZ4yZCl3Wtp0SzFKT7pBGihDgWX9IeZk=";
};
meta.homepage = "https://github.com/georgeharker/tree-sitter-zsh";
};