mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(markdown): fold sublists
This commit is contained in:
parent
bf6028e00c
commit
1adcd57119
1 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,12 @@
|
|||
([
|
||||
(fenced_code_block)
|
||||
(indented_code_block)
|
||||
(list)
|
||||
(list_item
|
||||
(list))
|
||||
(section)
|
||||
] @fold
|
||||
(#trim! @fold))
|
||||
|
||||
(section
|
||||
(list) @fold
|
||||
(#trim! @fold))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue