blob: e9ae34e1a348e36f9ee852dad9b0586fb1a705a7 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001<?xml version="1.0" encoding="UTF-8"?>
2<component name="LanguageInjectionConfiguration">
3 <injection language="SQLite" injector-id="python">
4 <display-name>sqlite3</display-name>
5 <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("execute", 0, "_sqlite3.Connection"))]]></place>
6 <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("executemany", 0, "_sqlite3.Connection"))]]></place>
7 <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("execute", 0, "_sqlite3.Cursor"))]]></place>
8 <place><![CDATA[pyLiteralExpression().and(pyMethodArgument("executemany", 0, "_sqlite3.Cursor"))]]></place>
9 </injection>
10 <injection language="SQL" injector-id="python">
11 <display-name>"SQL select/delete/insert/update/create"</display-name>
12 <place><![CDATA[pyLiteralExpression().withText(string().matchesBrics(" *(((SELECT|DELETE) .*FROM)|((INSERT|REPLACE) .*INTO)|(UPDATE .* SET)|((CREATE|DROP|ALTER) +(TABLE|INDEX))) .*"))]]></place>
13 </injection>
14</component>