2023-07-01 02:08:06 -07:00
|
|
|
(fenced_code_block
|
|
|
|
(info_string
|
2023-08-11 08:05:17 -07:00
|
|
|
(language) @injection.language)
|
|
|
|
(code_fence_content) @injection.content)
|
2023-07-01 02:08:06 -07:00
|
|
|
|
2024-01-17 08:55:52 -07:00
|
|
|
((html_block) @injection.content
|
|
|
|
(#set! injection.language "html")
|
|
|
|
(#set! injection.combined)
|
|
|
|
(#set! injection.include-children))
|
2023-07-01 02:08:06 -07:00
|
|
|
|
2024-01-17 08:55:52 -07:00
|
|
|
((minus_metadata) @injection.content
|
|
|
|
(#set! injection.language "yaml")
|
|
|
|
(#offset! @injection.content 1 0 -1 0)
|
|
|
|
(#set! injection.include-children))
|
2023-07-01 02:08:06 -07:00
|
|
|
|
2024-01-17 08:55:52 -07:00
|
|
|
((plus_metadata) @injection.content
|
|
|
|
(#set! injection.language "toml")
|
|
|
|
(#offset! @injection.content 1 0 -1 0)
|
|
|
|
(#set! injection.include-children))
|
2023-07-01 02:08:06 -07:00
|
|
|
|
|
|
|
([
|
|
|
|
(inline)
|
|
|
|
(pipe_table_cell)
|
2024-01-17 08:55:52 -07:00
|
|
|
] @injection.content
|
|
|
|
(#set! injection.language "markdown_inline"))
|