mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
feat(promql,yaml): add parser and yaml injections
Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
This commit is contained in:
parent
a2c3a7319f
commit
b64ea2ec44
6 changed files with 105 additions and 0 deletions
|
|
@ -1187,6 +1187,15 @@ list.prisma = {
|
|||
maintainers = { "@elianiva" },
|
||||
}
|
||||
|
||||
list.promql = {
|
||||
install_info = {
|
||||
url = "https://github.com/MichaHoffmann/tree-sitter-promql",
|
||||
files = { "src/parser.c" },
|
||||
experimental = true,
|
||||
},
|
||||
maintainers = { "@MichaHoffmann" },
|
||||
}
|
||||
|
||||
list.proto = {
|
||||
install_info = {
|
||||
url = "https://github.com/mitchellh/tree-sitter-proto",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue