mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
8 lines
297 B
Scheme
8 lines
297 B
Scheme
;extends
|
|
([
|
|
(string_content)
|
|
] @injection.content
|
|
(#match? @injection.content "(SELECT|select|INSERT|insert|UPDATE|update|DELETE|delete).+(FROM|from|INTO|into|VALUES|values|SET|set).*(WHERE|where|GROUP BY|group by)?")
|
|
(#offset! @injection.content 0 1 0 -1)
|
|
(#set! injection.language "sql"))
|