mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
17 lines
330 B
Scheme
17 lines
330 B
Scheme
(inline_formula
|
|
(#set! image.ext "math.tex"))
|
|
@image.content @image
|
|
|
|
(displayed_equation
|
|
(#set! image.ext "math.tex"))
|
|
@image.content @image
|
|
|
|
((math_environment
|
|
(#set! image.ext "math.tex"))
|
|
@image.content @image
|
|
(#not-has-ancestor? @image "displayed_equation"))
|
|
|
|
(graphics_include
|
|
(_ (path) @image.src)
|
|
) @image
|
|
|