mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 20:46:21 +01:00
8 lines
227 B
Scheme
8 lines
227 B
Scheme
; TeX/LaTeX in Substance/Style labels
|
|
((latex) @injection.content
|
|
(#set! injection.language "latex"))
|
|
|
|
; String-based labels are often TeX as well
|
|
((label_stmt (string) @injection.content)
|
|
(#set! injection.language "latex"))
|