mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
32 lines
539 B
Scheme
32 lines
539 B
Scheme
(directive
|
|
body: (body) @function.inner) @function.outer
|
|
|
|
(section (title) @class.inner) @class.outer
|
|
|
|
(transition) @class.outer
|
|
|
|
[
|
|
(bullet_list)
|
|
(enumerated_list)
|
|
(definition_list)
|
|
(field_list)
|
|
|
|
(literal_block)
|
|
(line_block)
|
|
(block_quote)
|
|
(doctest_block)
|
|
] @block.outer
|
|
|
|
(footnote
|
|
body: (body) @block.inner) @block.outer
|
|
|
|
(citation
|
|
body: (body) @block.inner) @block.outer
|
|
|
|
(target
|
|
link: (link) @block.inner) @block.outer
|
|
|
|
(substitution_definition
|
|
body: (body) @block.inner) @block.outer
|
|
|
|
(comment) @comment.outer
|