mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat(faust): add tree-sitter-faust (#6043)
This commit is contained in:
parent
3e71d65447
commit
b444afa1da
5 changed files with 233 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue