feat: add mermaid

This commit is contained in:
ObserverOfTime 2022-10-21 19:48:15 +03:00 committed by Christian Clason
parent 596fd673f5
commit 126a271363
4 changed files with 189 additions and 0 deletions

View file

@ -1314,6 +1314,14 @@ list.jq = {
},
}
list.mermaid = {
install_info = {
url = "https://github.com/monaqa/tree-sitter-mermaid",
files = { "src/parser.c" },
},
experimental = true,
}
local M = {
list = list,
filetype_to_parsername = filetype_to_parsername,