feat: add gitcommit parser

This commit is contained in:
gbprod 2022-11-24 08:54:54 +01:00 committed by Stephan Seitz
parent fb4058448a
commit 118a87f7e7
4 changed files with 45 additions and 0 deletions

View file

@ -1253,6 +1253,15 @@ list.git_rebase = {
maintainers = { "@gbprod" },
}
list.gitcommit = {
install_info = {
url = "https://github.com/gbprod/tree-sitter-gitcommit",
files = { "src/parser.c", "src/scanner.c" },
branch = "main",
},
maintainers = { "@gbprod" },
}
list.blueprint = {
install_info = {
url = "https://gitlab.com/gabmus/tree-sitter-blueprint.git",