feat(tiger): initial support

This commit is contained in:
Bruno BELANYI 2022-06-14 17:24:28 +02:00 committed by Stephan Seitz
parent 6227ae19b8
commit ef385991b6
6 changed files with 270 additions and 0 deletions

View file

@ -1081,6 +1081,18 @@ list.v = {
maintainers = { "@tami5" },
}
list.tiger = {
install_info = {
url = "https://github.com/ambroisie/tree-sitter-tiger",
files = { "src/parser.c", "src/scanner.c" },
branch = "main",
generate_requires_npm = false,
requires_generate_from_grammar = false,
},
filetype = "tiger",
maintainers = { "@ambroisie" },
}
local M = {
list = list,
filetype_to_parsername = filetype_to_parsername,