Fix bash parser url

Not sure if this was on purpose or if it was a mistake
This commit is contained in:
Santos Gallegos 2020-06-21 13:47:56 -05:00
parent ec903ac99d
commit 171c7e4bcf

View file

@ -61,7 +61,7 @@ list.ruby = {
list.bash = { list.bash = {
install_info = { install_info = {
url = "https://github.com/nvim-treesitter/tree-sitter-bash", url = "https://github.com/tree-sitter/tree-sitter-bash",
files = { "src/parser.c", "src/scanner.cc" }, files = { "src/parser.c", "src/scanner.cc" },
}, },
filetype = 'sh' filetype = 'sh'