mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 10:20:04 +08:00
18 lines
397 B
Scheme
18 lines
397 B
Scheme
(fenced_code_block
|
|
(info_string
|
|
(language) @_lang)
|
|
(code_fence_content)
|
|
@content
|
|
(#set-lang-from-info-string! @_lang)
|
|
(#exclude_children! @content))
|
|
|
|
((html_block) @html @combined)
|
|
|
|
((minus_metadata) @yaml (#offset! @yaml 1 0 -1 0))
|
|
((plus_metadata) @toml (#offset! @toml 1 0 -1 0))
|
|
|
|
([
|
|
(inline)
|
|
(pipe_table_cell)
|
|
] @markdown_inline (#exclude_children! @markdown_inline))
|