diff options
| author | stefan <stefan@s00.xyz> | 2023-04-19 23:17:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-20 03:17:44 +0000 |
| commit | 481d1eda24eed1f5184c38f16960fd99c2bb9a37 (patch) | |
| tree | 8a31453f48f6e071dc9aa18d4824b35255771459 /README.md | |
| parent | feat(rust): move some keywords & operators to where they belong (diff) | |
| download | nvim-treesitter-481d1eda24eed1f5184c38f16960fd99c2bb9a37.tar nvim-treesitter-481d1eda24eed1f5184c38f16960fd99c2bb9a37.tar.gz nvim-treesitter-481d1eda24eed1f5184c38f16960fd99c2bb9a37.tar.bz2 nvim-treesitter-481d1eda24eed1f5184c38f16960fd99c2bb9a37.tar.lz nvim-treesitter-481d1eda24eed1f5184c38f16960fd99c2bb9a37.tar.xz nvim-treesitter-481d1eda24eed1f5184c38f16960fd99c2bb9a37.tar.zst nvim-treesitter-481d1eda24eed1f5184c38f16960fd99c2bb9a37.zip | |
docs: update gitconfig in readme to reflect parser name (#4656)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 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) |
