mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
parsers: add blueprint parser
This commit is contained in:
parent
c42812ecc7
commit
3c2d63c118
2 changed files with 66 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue