mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
parsers: add D parser
This commit is contained in:
parent
e87ed0fdaa
commit
c2c454c29a
5 changed files with 300 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue