mirror of
https://github.com/folke/snacks.nvim
synced 2025-07-07 21:25:11 +00:00
8 lines
166 B
Scheme
8 lines
166 B
Scheme
; extends
|
|
|
|
(fenced_code_block
|
|
(info_string (language) @lang)
|
|
(#eq? @lang "math")
|
|
(code_fence_content) @injection.content
|
|
(#set! injection.language "latex")
|
|
)
|