Update 24.01.2024

This commit is contained in:
Kristofers Solo
2024-01-24 21:28:12 +02:00
parent f37a67d62f
commit 5f7013e770
105 changed files with 3389 additions and 2488 deletions

View File

@@ -0,0 +1,4 @@
;; extends
((identifier) @namespace.builtin
(#eq? @namespace.builtin "vim"))

View File

@@ -0,0 +1,8 @@
; 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))