mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
13 lines
957 B
XML
13 lines
957 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component name="LanguageInjectionConfiguration">
|
|
<injection language="Groovy" injector-id="xml">
|
|
<display-name>IntelliJ IDEA pattern</display-name>
|
|
<place><![CDATA[xmlTag().withLocalName("place").withParent(xmlTag().withLocalName("injection").withParent(xmlTag().withLocalName("component")))]]></place>
|
|
<place><![CDATA[xmlTag().withLocalName("pattern").inside(xmlTag().withLocalName("idea-plugin"))]]></place>
|
|
</injection>
|
|
<injection language="RegExp" injector-id="xml">
|
|
<display-name>IntelliJ IDEA injection patterns</display-name>
|
|
<place><![CDATA[xmlTag().withLocalName("value-pattern").withParent(xmlTag().withLocalName("injection").withParent(xmlTag().withLocalName("component")))]]></place>
|
|
<place><![CDATA[xmlTag().withLocalName("ignore-pattern").withParent(xmlTag().withLocalName("injection").withParent(xmlTag().withLocalName("component")))]]></place>
|
|
</injection>
|
|
</component> |