mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
7 lines
195 B
Scheme
7 lines
195 B
Scheme
;; extends
|
|
|
|
((prefixed_string_literal
|
|
prefix: (identifier) @_prefix) @injection.content
|
|
(#eq? @_prefix "md")
|
|
(#set! injection.language "markdown")
|
|
(#offset! @injection.content 0 2 0 -1))
|