Stephan Seitz 2023-01-20 21:00:25 +01:00
parent c9615952e7
commit fde3505718

View file

@ -17,6 +17,7 @@ local filetype_to_parsername = {
rmd = "markdown",
cs = "c_sharp",
tape = "vhs",
dosini = "ini",
}
---@class InstallInfo
@ -1405,6 +1406,15 @@ list.ebnf = {
experimental = true,
}
list.ini = {
install_info = {
url = "https://github.com/justinmk/tree-sitter-ini",
files = { "src/parser.c" },
},
maintainers = { "@theHamsta" },
experimental = true,
}
local M = {
list = list,
filetype_to_parsername = filetype_to_parsername,