diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 852852986..feca033d0 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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 = { |
