parsers: add tree-sitter-gitignore

This commit is contained in:
Stephan Seitz 2022-08-15 23:36:56 +02:00
parent 826c951825
commit b245c44ce1
2 changed files with 41 additions and 0 deletions

View file

@ -1156,6 +1156,16 @@ list.tiger = {
maintainers = { "@ambroisie" },
}
list.gitignore = {
install_info = {
url = "https://github.com/shunsambongi/tree-sitter-gitignore",
files = { "src/parser.c" },
branch = "main",
requires_generate_from_grammar = true,
},
maintainers = { "@theHamsta" },
}
local M = {
list = list,
filetype_to_parsername = filetype_to_parsername,