mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
feat: add Pony
This commit is contained in:
parent
ac13230ddd
commit
eadf4f43c6
7 changed files with 497 additions and 0 deletions
|
|
@ -1070,6 +1070,14 @@ list.poe_filter = {
|
|||
experimental = true,
|
||||
}
|
||||
|
||||
list.pony = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-pony",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@amaanq", "@mfelsche" },
|
||||
}
|
||||
|
||||
list.prisma = {
|
||||
install_info = {
|
||||
url = "https://github.com/victorhqc/tree-sitter-prisma",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue