feat(promql,yaml): add parser and yaml injections

Signed-off-by: Michael Hoffmann <mhoffm@posteo.de>
This commit is contained in:
Michael Hoffmann 2023-07-08 19:44:16 +02:00 committed by Amaan Qureshi
parent a2c3a7319f
commit b64ea2ec44
6 changed files with 105 additions and 0 deletions

View file

@ -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",