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 2023-08-17 01:28:07 +09:00 committed by GitHub
parent 0a45fb4371
commit 56ccaedffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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))