fix: add @combined to markdown html

This commit is contained in:
Pham Huy Hoang 2023-05-03 22:29:23 +09:00 committed by Amaan Qureshi
parent bff7115bf8
commit 4fe6b4c07f
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
(#set-lang-from-info-string! @_lang)
(#exclude_children! @content))
((html_block) @html)
((html_block) @html @combined)
((minus_metadata) @yaml (#offset! @yaml 1 0 -1 0))
((plus_metadata) @toml (#offset! @toml 1 0 -1 0))

View file

@ -1,2 +1,2 @@
((html_tag) @html)
((html_tag) @html @combined)
((latex_block) @latex)