mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2025-10-21 20:10:41 +00:00
9 lines
212 B
Scheme
9 lines
212 B
Scheme
; Inject into sqlx::query!(r#"..."#, ...) as sql
|
|
(macro_invocation
|
|
(scoped_identifier
|
|
path: (identifier) @_path (#eq? @_path "sqlx"))
|
|
|
|
(token_tree
|
|
(raw_string_literal) @sql)
|
|
(#offset! @sql 1 0 0 0))
|