mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
12 lines
462 B
XML
12 lines
462 B
XML
<!-- via <depends> from ExtensionsHighlighting.xml can access all its EPs -->
|
|
<idea-plugin>
|
|
<module value="com.myplugin.depends"/>
|
|
<extensions defaultExtensionNs="com.intellij">
|
|
<myPlugin.foo.bar implementation="java.util.ArrayList" os="<error descr="Unknown enum value 'INVALID_VALUE'">INVALID_VALUE</error>"/>
|
|
|
|
<completion.contributor language=""/>
|
|
<custom.custom/>
|
|
<indirect.indirect/>
|
|
|
|
</extensions>
|
|
</idea-plugin> |