mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-07 21:25:11 +00:00
10 lines
181 B
Scheme
10 lines
181 B
Scheme
(call
|
|
(ident) @ident
|
|
(#eq? @ident "image")
|
|
(group (string) @image.src)
|
|
(#offset! @image.src 0 1 0 -1)
|
|
) @image
|
|
|
|
(math
|
|
(#set! image.ext "math.typ")
|
|
) @image.content @image
|