mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00

* 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)
|
|
)
|