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
pull/7983/head
Pham Huy Hoang 10 months ago committed by GitHub
parent 0a45fb4371
commit 56ccaedffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save