remove tree-sitter.lua
This commit is contained in:
@@ -1,11 +0,0 @@
|
|||||||
(macro_invocation
|
|
||||||
(scoped_identifier
|
|
||||||
path: (identifier) @path (#eq? @path "sqlx")
|
|
||||||
name: (identifier) @name (#any-of? @name "query_as" "query"))
|
|
||||||
(token_tree [
|
|
||||||
(raw_string_literal) @sql
|
|
||||||
(string_literal) @sql
|
|
||||||
]
|
|
||||||
)
|
|
||||||
(#offset! @sql 1 0 -1 0)
|
|
||||||
)
|
|
||||||
Reference in New Issue
Block a user