mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
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:
parent
b004d74bb5
commit
1f68918e09
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue