mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 01:53:51 +07:00
GitOrigin-RevId: cb8a8bb9422fb054f167ad7807c31d5427a3b0cb
11 lines
414 B
XML
11 lines
414 B
XML
<!-- included from ExtensionsHighlighting.xml can access all its EPs -->
|
|
<idea-plugin>
|
|
<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> |