Don't use the Bash grammar for Zsh files

Zsh and Bash are not interchangeable.

See <https://github.com/nvim-treesitter/nvim-treesitter/issues/655#issuecomment-978036615>
This commit is contained in:
Greg Werbin 2021-11-24 11:41:08 -05:00 committed by Stephan Seitz
parent b004d74bb5
commit 1f68918e09

View file

@ -203,7 +203,7 @@ list.bash = {
url = "https://github.com/tree-sitter/tree-sitter-bash",
files = { "src/parser.c", "src/scanner.cc" },
},
used_by = { "zsh", "PKGBUILD" },
used_by = { "PKGBUILD" },
filetype = "sh",
maintainers = { "@TravonteD" },
}