mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat(d)!: switch upstream parser to gdamore/tree-sitter-d
This commit is contained in:
parent
cbf0dfd92f
commit
76700e147b
8 changed files with 463 additions and 272 deletions
|
|
@ -346,13 +346,10 @@ list.cue = {
|
|||
|
||||
list.d = {
|
||||
install_info = {
|
||||
url = "https://github.com/CyberShadow/tree-sitter-d",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
requires_generate_from_grammar = true,
|
||||
url = "https://github.com/gdamore/tree-sitter-d",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
-- Generating grammar takes ~60s
|
||||
experimental = true,
|
||||
maintainers = { "@nawordar" },
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.dart = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue