2020-10-01 21:38:38 +02:00
|
|
|
(fenced_code_block
|
2021-12-17 12:42:17 +01:00
|
|
|
(info_string
|
|
|
|
|
(language) @language)
|
2022-07-15 09:40:43 +02:00
|
|
|
(#not-match? @language "elm")
|
2022-06-26 18:02:29 +02:00
|
|
|
(code_fence_content) @content (#exclude_children! @content))
|
2020-10-01 21:38:38 +02:00
|
|
|
|
2020-11-23 21:00:08 +01:00
|
|
|
((html_block) @html)
|
2021-12-29 10:38:13 +01:00
|
|
|
|
2022-07-22 20:04:16 -07:00
|
|
|
((minus_metadata) @yaml (#offset! @yaml 1 0 -1 0))
|
|
|
|
|
((plus_metadata) @toml (#offset! @toml 1 0 -1 0))
|
2022-07-02 16:08:38 +02:00
|
|
|
|
2022-06-26 18:02:29 +02:00
|
|
|
((inline) @markdown_inline (#exclude_children! @markdown_inline))
|