mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
feat: add gitconfig
This commit is contained in:
parent
d2a7022d5d
commit
0db1cc348e
5 changed files with 60 additions and 0 deletions
|
|
@ -516,6 +516,16 @@ list.gitcommit = {
|
|||
maintainers = { "@gbprod" },
|
||||
}
|
||||
|
||||
list.git_config = {
|
||||
install_info = {
|
||||
url = "https://github.com/the-mikedavis/tree-sitter-git-config",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
filetype = "gitconfig",
|
||||
maintainers = { "@amaanq" },
|
||||
readme_name = "gitconfig",
|
||||
}
|
||||
|
||||
list.gitignore = {
|
||||
install_info = {
|
||||
url = "https://github.com/shunsambongi/tree-sitter-gitignore",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue