From f2d3d509d95943c00975c8a83dbb35907262e30b Mon Sep 17 00:00:00 2001 From: Cezary Drożak Date: Wed, 7 Sep 2022 10:30:43 +0200 Subject: feat: add jsonnet --- lua/nvim-treesitter/parsers.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 7abe2aa95..208ae189b 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -370,6 +370,14 @@ list.json = { maintainers = { "@steelsojka" }, } +list.jsonnet = { + install_info = { + url = "https://github.com/sourcegraph/tree-sitter-jsonnet", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@nawordar" }, +} + list.css = { install_info = { url = "https://github.com/tree-sitter/tree-sitter-css", -- cgit v1.2.3-70-g09d2