mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(markdown_inline): latex highlight injection (#5397)
The `injection.include-children` is needed in markdown_inline parser.
This commit is contained in:
parent
8ae4080c5b
commit
e277ca9dec
1 changed files with 2 additions and 1 deletions
|
|
@ -3,4 +3,5 @@
|
|||
(#set! injection.combined))
|
||||
|
||||
((latex_block) @injection.content
|
||||
(#set! injection.language "latex"))
|
||||
(#set! injection.language "latex")
|
||||
(#set! injection.include-children))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue