mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
|
@ -15,7 +15,7 @@
|
|||
"revision": "8eaa762d05cc67c0e2cc53a0a71750b3c16733c2"
|
||||
},
|
||||
"bash": {
|
||||
"revision": "ee2a8f9906b53a785b784ee816c0016c2b6866d2"
|
||||
"revision": "493646764e7ad61ce63ce3b8c59ebeb37f71b841"
|
||||
},
|
||||
"bass": {
|
||||
"revision": "27f110dfe79620993f5493ffa0d0f2fe12d250ed"
|
||||
|
|
|
|||
|
|
@ -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