3e2eca0db8
Similar to tagged templates in JS, quasiquoters allow to embed external languages in haskell, so it makes sense to treat them as an injection point.
6 lines
151 B
Scheme
6 lines
151 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
(quasiquote
|
|
(quoter) @injection.language
|
|
(quasiquote_body) @injection.content)
|