diff options
| author | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-06-21 21:08:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-21 21:08:47 +0200 |
| commit | 050ea2fd6f05d08404836eb67110757651f248ad (patch) | |
| tree | 30d0fdf756f9b7c315d374a3aaa8906d86e1dc88 /lua/nvim-treesitter | |
| parent | ec903ac99d07e0960d0acc71e70ba9809742bfbf (diff) | |
| parent | 171c7e4bcfd43ca8aef7f841013f0de47c76defd (diff) | |
Merge pull request #101 from stsewd/fix-parser-ulr
Fix bash parser url
Diffstat (limited to 'lua/nvim-treesitter')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index ae0fce27..9097d335 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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' |
