parsers: add glsl parser

This commit is contained in:
Stephan Seitz 2021-09-11 17:26:06 +02:00
parent 4b3d58d39c
commit dea66fb4ce
6 changed files with 52 additions and 0 deletions

View file

@ -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",