diff options
| author | Tomas Sandven <tomas@sandven.email> | 2024-03-03 21:02:10 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2024-03-21 10:32:09 +0100 |
| commit | cf685ce85f335bab0c523bfd5fed92fedc5a8b3d (patch) | |
| tree | 6c573c3c4140a7194c725c23c398183597db9159 /lua | |
| parent | bot(lockfile): update asm, c, d, html, svelte, v, wing (diff) | |
| download | nvim-treesitter-cf685ce85f335bab0c523bfd5fed92fedc5a8b3d.tar nvim-treesitter-cf685ce85f335bab0c523bfd5fed92fedc5a8b3d.tar.gz nvim-treesitter-cf685ce85f335bab0c523bfd5fed92fedc5a8b3d.tar.bz2 nvim-treesitter-cf685ce85f335bab0c523bfd5fed92fedc5a8b3d.tar.lz nvim-treesitter-cf685ce85f335bab0c523bfd5fed92fedc5a8b3d.tar.xz nvim-treesitter-cf685ce85f335bab0c523bfd5fed92fedc5a8b3d.tar.zst nvim-treesitter-cf685ce85f335bab0c523bfd5fed92fedc5a8b3d.zip | |
Add "just" parser
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
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", |
