mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
- remdev-friendly v2 layout - tests moved to a separate module and merged - introduced JBC plugin - fe part located separately, see IJPL-179111 GitOrigin-RevId: 2f5b378387779fecccd2902e56bc5c4bd644650c
27 lines
905 B
XML
27 lines
905 B
XML
<idea-plugin allow-bundled-update="true">
|
|
<id>org.jetbrains.plugins.textmate</id>
|
|
<name>TextMate Bundles</name>
|
|
<category>Languages</category>
|
|
<vendor>JetBrains</vendor>
|
|
|
|
<description><![CDATA[
|
|
Supports syntax highlighting for arbitrary file types,
|
|
controlled by <a href="https://macromates.com/textmate/manual/bundles">TextMate bundles</a>
|
|
]]></description>
|
|
|
|
<dependencies>
|
|
<plugin id="com.intellij.modules.lang"/>
|
|
<plugin id="com.intellij.modules.spellchecker"/>
|
|
</dependencies>
|
|
|
|
<content>
|
|
<module name="intellij.textmate" loading="required"/>
|
|
<module name="intellij.textmate.common" loading="required"/>
|
|
<module name="intellij.textmate.core" loading="required"/>
|
|
<module name="intellij.textmate.joni" loading="required"/>
|
|
<module name="intellij.textmate.backend"/>
|
|
<module name="intellij.textmate.frontend.split"/>
|
|
</content>
|
|
|
|
</idea-plugin>
|