From cf685ce85f335bab0c523bfd5fed92fedc5a8b3d Mon Sep 17 00:00:00 2001 From: Tomas Sandven Date: Sun, 3 Mar 2024 21:02:10 +0100 Subject: Add "just" parser --- 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 c7010e10c..b1360eda0 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1033,6 +1033,14 @@ list.julia = { maintainers = { "@theHamsta" }, } +list.just = { + install_info = { + url = "https://github.com/IndianBoy42/tree-sitter-just", + files = { "src/parser.c", "src/scanner.c" }, + }, + maintainers = { "@Hubro" }, +} + list.kconfig = { install_info = { url = "https://github.com/amaanq/tree-sitter-kconfig", -- cgit v1.2.3-70-g09d2