feat(fennel)!: switch to maintained parser (#6132)

Change the Fennel parser to a simpler and more consistent one, along with updating all the queries.
This commit is contained in:
Alexei Mozaidze 2024-02-21 17:44:01 +04:00 committed by GitHub
parent 71ae32c187
commit 7d1bab6546
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 398 additions and 107 deletions

View file

@ -529,10 +529,10 @@ list.faust = {
list.fennel = {
install_info = {
url = "https://github.com/travonted/tree-sitter-fennel",
url = "https://github.com/alexmozaidze/tree-sitter-fennel",
files = { "src/parser.c" },
},
maintainers = { "@TravonteD" },
maintainers = { "@alexmozaidze" },
}
list.firrtl = {