forked from Mirrors/helix
markdown.inline: Add `injection.combined` to html tag (#7960)
Problem: Closing tags for markdown is sometimes not highlighted Solution: Add `injection.combined` to create a valid syntax tree for highlightingmain
parent
0a45fb4371
commit
56ccaedffb
@ -1,4 +1,7 @@
|
||||
|
||||
((html_tag) @injection.content (#set! injection.language "html") (#set! injection.include-unnamed-children))
|
||||
((html_tag) @injection.content
|
||||
(#set! injection.language "html")
|
||||
(#set! injection.include-unnamed-children)
|
||||
(#set! injection.combined))
|
||||
|
||||
((latex_block) @injection.content (#set! injection.language "latex") (#set! injection.include-unnamed-children))
|
||||
|
Loading…
Reference in New Issue