IU-2021.2.2 <aiko@pro.local Update IntelliLang.xml, filetypes.xml
This commit is contained in:
parent
d71ce0e72f
commit
093887915c
@ -64,6 +64,17 @@
|
|||||||
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("renameKey").definedInClass("com.jayway.jsonpath.WriteContext"))]]></place>
|
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("renameKey").definedInClass("com.jayway.jsonpath.WriteContext"))]]></place>
|
||||||
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("set").definedInClass("com.jayway.jsonpath.WriteContext"))]]></place>
|
<place><![CDATA[psiParameter().ofMethod(0, psiMethod().withName("set").definedInClass("com.jayway.jsonpath.WriteContext"))]]></place>
|
||||||
</injection>
|
</injection>
|
||||||
|
<injection language="SQLite" injector-id="js">
|
||||||
|
<display-name>flash.data (SQLite)</display-name>
|
||||||
|
<place><![CDATA[jsLiteral().and(asAssignedValue("text", "*", "dbStatement"))]]></place>
|
||||||
|
<place><![CDATA[jsLiteral().and(asAssignedValue("text", "flash.data.SQLStatement"))]]></place>
|
||||||
|
</injection>
|
||||||
|
<injection language="RegExp" injector-id="kotlin">
|
||||||
|
<display-name>Kotlin</display-name>
|
||||||
|
<place><![CDATA[kotlinParameter().ofFunction(0, kotlinFunction().withName("Regex").definedInClass("kotlin.text.Regex"))]]></place>
|
||||||
|
<place><![CDATA[receiver().ofFunction(kotlinFunction().withName("toPattern").withReceiver("kotlin.String").definedInPackage("kotlin.text"))]]></place>
|
||||||
|
<place><![CDATA[receiver().ofFunction(kotlinFunction().withName("toRegex").withReceiver("kotlin.String").definedInPackage("kotlin.text"))]]></place>
|
||||||
|
</injection>
|
||||||
<injection language="JavaScript" injector-id="ruby">
|
<injection language="JavaScript" injector-id="ruby">
|
||||||
<display-name>Heredoc JavaScript</display-name>
|
<display-name>Heredoc JavaScript</display-name>
|
||||||
<place><![CDATA[heredocElement("JAVASCRIPT")]]></place>
|
<place><![CDATA[heredocElement("JAVASCRIPT")]]></place>
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
<mapping pattern="gemfile.lock" type="PLAIN_TEXT" />
|
<mapping pattern="gemfile.lock" type="PLAIN_TEXT" />
|
||||||
<mapping ext="plist" type="PLAIN_TEXT" />
|
<mapping ext="plist" type="PLAIN_TEXT" />
|
||||||
<mapping ext="orig" type="PLAIN_TEXT" />
|
<mapping ext="orig" type="PLAIN_TEXT" />
|
||||||
|
<mapping ext="qrc" type="XML" />
|
||||||
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
|
<removed_mapping ext="bat" approved="true" type="PLAIN_TEXT" />
|
||||||
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
|
<removed_mapping ext="cmd" approved="true" type="PLAIN_TEXT" />
|
||||||
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
|
<removed_mapping ext="log" approved="true" type="PLAIN_TEXT" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user