mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
feat: add gitcommit parser
This commit is contained in:
parent
fb4058448a
commit
118a87f7e7
4 changed files with 45 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue