parsers: add D parser

This commit is contained in:
Cezary Drożak 2021-10-01 11:33:33 +02:00 committed by Stephan Seitz
parent e87ed0fdaa
commit c2c454c29a
5 changed files with 300 additions and 0 deletions

View file

@ -85,6 +85,17 @@ list.cuda = {
maintainers = { "@theHamsta" },
}
list.d = {
install_info = {
url = "https://github.com/CyberShadow/tree-sitter-d",
files = { "src/parser.c", "src/scanner.cc" },
requires_generate_from_grammar = true,
},
maintainers = { "@nawordar" },
-- Generating grammar takes ~60s
experimental = true,
}
list.glsl = {
install_info = {
url = "https://github.com/theHamsta/tree-sitter-glsl",