mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
parsers: add glsl parser
This commit is contained in:
parent
4b3d58d39c
commit
dea66fb4ce
6 changed files with 52 additions and 0 deletions
|
|
@ -85,6 +85,15 @@ list.cuda = {
|
|||
maintainers = { "@theHamsta" },
|
||||
}
|
||||
|
||||
list.glsl = {
|
||||
install_info = {
|
||||
url = "https://github.com/theHamsta/tree-sitter-glsl",
|
||||
files = { "src/parser.c" },
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
maintainers = { "@theHamsta" },
|
||||
}
|
||||
|
||||
list.dockerfile = {
|
||||
install_info = {
|
||||
url = "https://github.com/camdencheek/tree-sitter-dockerfile",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue