highlight python sql strings
This commit is contained in:
parent
daf28ff528
commit
a273f2ff94
11
after/queries/python/injections.scm
Normal file
11
after/queries/python/injections.scm
Normal file
@ -0,0 +1,11 @@
|
||||
; extends
|
||||
|
||||
(assignment
|
||||
left: (identifier) @_id (#match? @_id "sql")
|
||||
right: (string) @sql
|
||||
)
|
||||
|
||||
(assignment
|
||||
left: (identifier) @_id (#match? @_id "SQL")
|
||||
right: (string) @sql
|
||||
)
|
Loading…
Reference in New Issue
Block a user