mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Fix bash parser url
Not sure if this was on purpose or if it was a mistake
This commit is contained in:
parent
ec903ac99d
commit
171c7e4bcf
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue