feat(diff): add diff parser

This commit introduce diff parser.
This commit is contained in:
gbprod 2022-10-18 13:15:07 +02:00 committed by Stephan Seitz
parent b9bcbf8d73
commit 1e4b23c266
4 changed files with 20 additions and 0 deletions

View file

@ -1238,6 +1238,16 @@ list.twig = {
filetype = "twig",
}
list.diff = {
install_info = {
url = "https://github.com/the-mikedavis/tree-sitter-diff",
branch = "main",
files = { "src/parser.c" },
},
maintainers = { "@gbprod" },
filetype = "gitdiff",
}
local M = {
list = list,
filetype_to_parsername = filetype_to_parsername,