blob: e6cbeda35ebaf7a18397ac1ef13523a346881a73 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
((s_string) @injection.content
(#set! injection.language "sql")
(#offset! @injection.content 0 2 0 -1))
(from_text
(keyword_from_text)
(keyword_json)
(literal) @injection.content
(#set! injection.language "json")
(#offset! @injection.content 0 3 0 -3))
((comment) @injection.content
(#set! injection.language "comment"))
|