feat(parsers): add filetype PKGBUILD

This commit is contained in:
Stephan Seitz 2020-09-08 17:50:06 +02:00 committed by Kiyan Yazdani
parent 7508b93287
commit dc077b5fb0

View file

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