From b64ea2ec444c27efd8d3bd2377a8b24589954363 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Sat, 8 Jul 2023 19:44:16 +0200 Subject: feat(promql,yaml): add parser and yaml injections Signed-off-by: Michael Hoffmann --- lua/nvim-treesitter/parsers.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index d6b3bdb7f..3f1bc98d8 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", -- cgit v1.2.3-70-g09d2