mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat: add facility
This commit is contained in:
parent
582a92ee12
commit
bf982eb7dc
7 changed files with 113 additions and 0 deletions
|
|
@ -496,6 +496,15 @@ list.erlang = {
|
|||
maintainers = { "@filmor" },
|
||||
}
|
||||
|
||||
list.facility = {
|
||||
install_info = {
|
||||
url = "https://github.com/FacilityApi/tree-sitter-facility",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
filetype = "fsd",
|
||||
maintainers = { "@bryankenote" },
|
||||
}
|
||||
|
||||
list.fennel = {
|
||||
install_info = {
|
||||
url = "https://github.com/travonted/tree-sitter-fennel",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue