highlight python sql strings

This commit is contained in:
Michael Peters 2023-01-18 15:13:40 -08:00
parent daf28ff528
commit a273f2ff94

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