parsers: add blueprint parser

This commit is contained in:
Gabriele Musco 2022-09-11 09:48:25 +02:00 committed by Lewis Russell
parent c42812ecc7
commit 3c2d63c118
2 changed files with 66 additions and 0 deletions

View file

@ -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,