mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 16:30:02 -04:00
feat(parsers): add filetype PKGBUILD
This commit is contained in:
parent
7508b93287
commit
dc077b5fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ list.bash = {
|
||||||
url = "https://github.com/tree-sitter/tree-sitter-bash",
|
url = "https://github.com/tree-sitter/tree-sitter-bash",
|
||||||
files = { "src/parser.c", "src/scanner.cc" },
|
files = { "src/parser.c", "src/scanner.cc" },
|
||||||
},
|
},
|
||||||
used_by = { "zsh" },
|
used_by = { "zsh", "PKGBUILD" },
|
||||||
filetype = 'sh',
|
filetype = 'sh',
|
||||||
maintainers = {"@TravonteD"},
|
maintainers = {"@TravonteD"},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue