feat(fennel)!: update parser and queries (#6460)

This commit is contained in:
Alexei Mozaidze 2024-04-22 13:57:55 +04:00 committed by GitHub
parent 075b7594ca
commit 46f8778fbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 213 additions and 180 deletions

View file

@ -547,7 +547,8 @@ list.faust = {
list.fennel = {
install_info = {
url = "https://github.com/alexmozaidze/tree-sitter-fennel",
files = { "src/parser.c" },
files = { "src/parser.c", "src/scanner.c" },
generate_requires_npm = true,
},
maintainers = { "@alexmozaidze" },
}