mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 07:20:06 -04:00
feat: add func
This commit is contained in:
parent
69867ffe7e
commit
660a070af7
4 changed files with 207 additions and 0 deletions
|
|
@ -262,6 +262,15 @@ list.fsh = {
|
|||
maintainers = { "@mgramigna" },
|
||||
}
|
||||
|
||||
list.func = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-func",
|
||||
files = { "src/parser.c" },
|
||||
branch = "master",
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.fusion = {
|
||||
install_info = {
|
||||
url = "https://gitlab.com/jirgn/tree-sitter-fusion.git",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue