Skip to content

Commit

Permalink
Added compatibility with WebStorm
Browse files Browse the repository at this point in the history
This closes rath#6
  • Loading branch information
rath committed Mar 7, 2018
1 parent 0be7840 commit bb45974
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<idea-plugin>
<id>com.xrath.plugin.fold</id>
<name>Angular Component Folding</name>
<version>1.2.1</version>
<vendor email="rath@xrath.com" url="http://xrath.com">Jang-Ho Hwang</vendor>
<version>1.2.2</version>
<vendor email="rath@xrath.com" url="https://github.com/rath/angular-folding">Jang-Ho Hwang</vendor>

<description><![CDATA[
This plugin groups files which have same name and different extensions.<br>
For instance, app.component.ts, app.component.css, app.component.html, app.component.spec.ts will be grouped a virtual folder named app.component.
]]></description>

<change-notes><![CDATA[
Added *.spec.ts for grouping with a bug fix
Added compatibility with WebStorm
]]>
</change-notes>

Expand All @@ -19,9 +19,7 @@

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
<!-- uncomment to enable plugin in all products
<depends>com.intellij.modules.lang</depends>
-->
<extensions defaultExtensionNs="com.intellij">
<treeStructureProvider implementation="com.xrath.plugin.fold.TreeStructureProvider"/>
</extensions>
Expand Down

0 comments on commit bb45974

Please sign in to comment.