Files
openide/plugins/textmate/plugin/resources/META-INF/plugin.xml
Alexandr Evstigneev b03f754824 IJPL-201509 TextMate plugin converted to v2
- 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
2025-08-12 11:24:57 +00:00

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>