mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 18:36:18 +04:00
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 highlighting
This commit is contained in:
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
Block a user