mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
feat(diff): add diff parser
This commit introduce diff parser.
This commit is contained in:
parent
b9bcbf8d73
commit
1e4b23c266
4 changed files with 20 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue