Add elvish

This commit is contained in:
Tobias Frilling 2022-03-26 18:27:11 +01:00 committed by Stephan Seitz
parent a98fa0e222
commit e06b54b64e
5 changed files with 91 additions and 0 deletions

View file

@ -987,6 +987,15 @@ list.cooklang = {
maintainers = { "@addcninblue" },
}
list.elvish = {
install_info = {
url = "https://github.com/ckafi/tree-sitter-elvish",
branch = "main",
files = { "src/parser.c" },
},
maintainers = { "@ckafi" },
}
local M = {
list = list,
filetype_to_parsername = filetype_to_parsername,