From 81295eb0c5fc05ab3796a28c9f160c3ac4098106 Mon Sep 17 00:00:00 2001 From: Riley Bruins Date: Fri, 3 Apr 2026 01:43:28 -0700 Subject: feat(parsers): add jjdescription (#8625) --- 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 17ec140ea..fc5e42ac0 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -1101,6 +1101,14 @@ return { readme_note = 'needed for full highlighting', tier = 2, }, + jjdescription = { + install_info = { + revision = 'v1.0.3', + url = 'https://github.com/ribru17/tree-sitter-jjdescription', + }, + maintainers = { '@ribru17' }, + tier = 1, + }, jq = { install_info = { revision = 'c204e36d2c3c6fce1f57950b12cabcc24e5cc4d9',