mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
docs: update gitconfig in readme to reflect parser name (#4656)
This commit is contained in:
parent
831f37635d
commit
481d1eda24
2 changed files with 2 additions and 2 deletions
|
|
@ -222,7 +222,7 @@ We are looking for maintainers to add more parsers and to write query files for
|
|||
- [x] [func](https://github.com/amaanq/tree-sitter-func) (maintained by @amaanq)
|
||||
- [x] [fusion](https://gitlab.com/jirgn/tree-sitter-fusion.git) (maintained by @jirgn)
|
||||
- [x] [Godot (gdscript)](https://github.com/PrestonKnopp/tree-sitter-gdscript) (maintained by @PrestonKnopp)
|
||||
- [x] [gitconfig](https://github.com/the-mikedavis/tree-sitter-git-config) (maintained by @amaanq)
|
||||
- [x] [git_config](https://github.com/the-mikedavis/tree-sitter-git-config) (maintained by @amaanq)
|
||||
- [x] [git_rebase](https://github.com/the-mikedavis/tree-sitter-git-rebase) (maintained by @gbprod)
|
||||
- [x] [gitattributes](https://github.com/ObserverOfTime/tree-sitter-gitattributes) (maintained by @ObserverOfTime)
|
||||
- [x] [gitcommit](https://github.com/gbprod/tree-sitter-gitcommit) (maintained by @gbprod)
|
||||
|
|
|
|||
|
|
@ -515,7 +515,7 @@ list.git_config = {
|
|||
},
|
||||
filetype = "gitconfig",
|
||||
maintainers = { "@amaanq" },
|
||||
readme_name = "gitconfig",
|
||||
readme_name = "git_config",
|
||||
}
|
||||
|
||||
list.gitignore = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue