mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 06:50:06 -04:00
feat(injections): add printf format strings
This commit is contained in:
parent
5b90ea2aba
commit
17fae3f4a3
13 changed files with 181 additions and 0 deletions
|
|
@ -1387,6 +1387,14 @@ list.pony = {
|
|||
maintainers = { "@amaanq", "@mfelsche" },
|
||||
}
|
||||
|
||||
list.printf = {
|
||||
install_info = {
|
||||
url = "https://github.com/ObserverOfTime/tree-sitter-printf",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = { "@ObserverOfTime" },
|
||||
}
|
||||
|
||||
list.prisma = {
|
||||
install_info = {
|
||||
url = "https://github.com/victorhqc/tree-sitter-prisma",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue