forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
348 B
Scheme
15 lines
348 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
(quasiquote
|
|
(quoter) @_quoter
|
|
((quasiquote_body) @injection.content
|
|
(#match? @_quoter "(persistWith|persistLowerCase|persistUpperCase)")
|
|
(#set! injection.language "haskell-persistent")
|
|
)
|
|
)
|
|
|
|
(quasiquote
|
|
(quoter) @injection.language
|
|
(quasiquote_body) @injection.content)
|