From 3c2d63c118f89215dd6dc8635c52c55bef5f3fce Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Sun, 11 Sep 2022 09:48:25 +0200 Subject: parsers: add blueprint parser --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 208ae189b..ad63b21c1 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1224,6 +1224,15 @@ list.gitattributes = { experimental = true, } +list.blueprint = { + install_info = { + url = "https://gitlab.com/gabmus/tree-sitter-blueprint.git", + files = { "src/parser.c" }, + }, + maintainers = { "@gabmus" }, + experimental = true, +} + local M = { list = list, filetype_to_parsername = filetype_to_parsername, -- cgit v1.2.3-70-g09d2