mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(parsers): add jjdescription (#8625)
This commit is contained in:
parent
539abf6da5
commit
81295eb0c5
4 changed files with 57 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue