diff --git a/nvim/after/queries/python/injections.scm b/nvim/after/queries/python/injections.scm new file mode 100644 index 0000000..92ab6f7 --- /dev/null +++ b/nvim/after/queries/python/injections.scm @@ -0,0 +1,5 @@ +;extends +(call + function: (attribute attribute: (identifier) @id (#match? @id "execute|read_sql")) + arguments: (argument_list + (string (string_content) @injection.content (#set! injection.language "sql"))))