From 481d1eda24eed1f5184c38f16960fd99c2bb9a37 Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 19 Apr 2023 23:17:44 -0400 Subject: docs: update gitconfig in readme to reflect parser name (#4656) --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 9e7c52091..691161deb 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -515,7 +515,7 @@ list.git_config = { }, filetype = "gitconfig", maintainers = { "@amaanq" }, - readme_name = "gitconfig", + readme_name = "git_config", } list.gitignore = { -- cgit v1.3.1