mirror of
https://github.com/helix-editor/helix
synced 2026-08-04 14:27:07 +02:00
Problem: The initial dollar-sign consumed before passing to tree-sitter Solution: Change `injection.include-unnamed-children` to `injection.include-children`
8 lines
251 B
Scheme
8 lines
251 B
Scheme
|
|
((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-children))
|