mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
fix(bash): adapt to scanner rewrite
This commit is contained in:
parent
4c3912dfa8
commit
8d2eb35c5b
2 changed files with 2 additions and 2 deletions
|
|
@ -114,7 +114,7 @@ list.awk = {
|
|||
list.bash = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-bash",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
filetype = "sh",
|
||||
maintainers = { "@TravonteD" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue