fix(bass): revert to upstream parser (#6131)

This commit is contained in:
Christian Clason 2024-02-19 06:56:42 +01:00 committed by GitHub
parent d10e856c11
commit f857a96774
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
"revision": "975bc70ad95dbbf2733872bc2e0a059c055db983"
},
"bass": {
"revision": "27f110dfe79620993f5493ffa0d0f2fe12d250ed"
"revision": "c9ba4568af24cd3403029730687c0a43d1350a43"
},
"beancount": {
"revision": "dd6f4ec9b01dd18cc4aa8c8517738414fb98cd63"

View file

@ -161,7 +161,7 @@ list.bash = {
list.bass = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-bass",
url = "https://github.com/vito/tree-sitter-bass",
files = { "src/parser.c" },
},
maintainers = { "@amaanq" },