mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
13 lines
288 B
Scheme
13 lines
288 B
Scheme
(fenced_code_block
|
|
(info_string
|
|
(language) @language)
|
|
(code_fence_content) @content (#exclude_children! @content))
|
|
|
|
((html_block) @html)
|
|
|
|
([
|
|
(minus_metadata)
|
|
(plus_metadata)
|
|
] @yaml (#offset! @yaml 1 0 -1 0))
|
|
|
|
((inline) @markdown_inline (#exclude_children! @markdown_inline))
|