helix/runtime/queries/prql/injections.scm

9 lines
185 B
Scheme
Raw Normal View History

2024-09-13 13:28:20 -05:00
((s_string) @injection.content
(#set! injection.language "sql"))
(from_text
(keyword_from_text)
(keyword_json)
(literal) @injection.content
(#set! injection.language "json"))