mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
9 lines
185 B
Scheme
9 lines
185 B
Scheme
((s_string) @injection.content
|
|
(#set! injection.language "sql"))
|
|
|
|
(from_text
|
|
(keyword_from_text)
|
|
(keyword_json)
|
|
(literal) @injection.content
|
|
(#set! injection.language "json"))
|