feat(faust): add tree-sitter-faust (#6043)

This commit is contained in:
Karl Hiner 2024-02-08 04:54:33 -05:00 committed by GitHub
parent 3e71d65447
commit b444afa1da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 233 additions and 0 deletions

View file

@ -514,6 +514,15 @@ list.facility = {
maintainers = { "@bryankenote" },
}
list.faust = {
install_info = {
url = "https://github.com/khiner/tree-sitter-faust",
files = { "src/parser.c" },
},
filetype = "dsp",
maintainers = { "@khiner" },
}
list.fennel = {
install_info = {
url = "https://github.com/travonted/tree-sitter-fennel",