mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat: add mermaid
This commit is contained in:
parent
596fd673f5
commit
126a271363
4 changed files with 189 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue