remove tree-sitter.lua

This commit is contained in:
2026-05-31 22:05:01 +02:00
parent 7ffd06f446
commit da7ccb3e0d

View File

@@ -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)
)