diff options
| author | Riley Bruins <ribru17@hotmail.com> | 2026-04-03 01:43:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-03 10:43:28 +0200 |
| commit | 81295eb0c5fc05ab3796a28c9f160c3ac4098106 (patch) | |
| tree | 8b418811c4113aa73faccbef3bfeb25623e8c822 /lua | |
| parent | chore: remove redundant emmyluarc entry (diff) | |
| download | nvim-treesitter-81295eb0c5fc05ab3796a28c9f160c3ac4098106.tar nvim-treesitter-81295eb0c5fc05ab3796a28c9f160c3ac4098106.tar.gz nvim-treesitter-81295eb0c5fc05ab3796a28c9f160c3ac4098106.tar.bz2 nvim-treesitter-81295eb0c5fc05ab3796a28c9f160c3ac4098106.tar.lz nvim-treesitter-81295eb0c5fc05ab3796a28c9f160c3ac4098106.tar.xz nvim-treesitter-81295eb0c5fc05ab3796a28c9f160c3ac4098106.tar.zst nvim-treesitter-81295eb0c5fc05ab3796a28c9f160c3ac4098106.zip | |
feat(parsers): add jjdescription (#8625)
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 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', |
