-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntelliLang.xml
14 lines (14 loc) · 1.08 KB
/
IntelliLang.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<application>
<component name="LanguageInjectionConfiguration">
<injection language="RegExp" injector-id="java">
<display-name>Pattern (java.util.regex)</display-name>
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("compile").withParameters("java.lang.String").definedInClass("java.util.regex.Pattern"))]]></place>
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("compile").withParameters("java.lang.String", "int").definedInClass("java.util.regex.Pattern"))]]></place>
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("matches").withParameters("java.lang.String", "java.lang.CharSequence").definedInClass("java.util.regex.Pattern"))]]></place>
</injection>
<injection language="PythonStub" injector-id="java">
<display-name>Projections.property (org.hibernate.criterion)</display-name>
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("property").withParameters("java.lang.String").definedInClass("org.hibernate.criterion.Projections"))]]></place>
</injection>
</component>
</application>