From 126a271363ff5307c943e89ff27d0a13e0260f8d Mon Sep 17 00:00:00 2001 From: ObserverOfTime Date: Fri, 21 Oct 2022 19:48:15 +0300 Subject: feat: add mermaid --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 0ba47880e..0c22f27b2 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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, -- cgit v1.2.3-70-g09d2