Merge pull request #101 from stsewd/fix-parser-ulr

Fix bash parser url
This commit is contained in:
Kiyan Yazdani 2020-06-21 21:08:47 +02:00 committed by GitHub
commit 050ea2fd6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ list.ruby = {
list.bash = {
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" },
},
filetype = 'sh'