From c2c454c29a92e2d0db955fc1d6841566c28e3ecd Mon Sep 17 00:00:00 2001 From: Cezary Drożak Date: Fri, 1 Oct 2021 11:33:33 +0200 Subject: parsers: add D parser --- lua/nvim-treesitter/parsers.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index c54ebfa50..89b12d39b 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", -- cgit v1.2.3-70-g09d2