mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
11844dde81
* bundle split Markdown parser from https://github.com/MDeiml/tree-sitter-markdown * add queries from https://github.com/nvim-treesitter/nvim-treesitter/tree/main * upstream `#trim!` and `#inject-language!` directives Co-authored-by: dundargoc <gocdundar@gmail.com>
10 lines
110 B
Scheme
10 lines
110 B
Scheme
(
|
|
[
|
|
(fenced_code_block)
|
|
(indented_code_block)
|
|
(list)
|
|
(section)
|
|
] @fold
|
|
(#trim! @fold)
|
|
)
|