mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 04:10:06 -04:00
feat(djot): update queries (#6375)
- Adjust some highlights to fit context better - Conceal inline content - Add locals - Add folds
This commit is contained in:
parent
0bfa0be5e4
commit
25ed904c75
4 changed files with 208 additions and 54 deletions
7
queries/djot/folds.scm
Normal file
7
queries/djot/folds.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
(section)
|
||||
(code_block)
|
||||
(raw_block)
|
||||
(list)
|
||||
(div)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue