Skip to content

Commit

Permalink
Disable PSI type for now. Fixes #83
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRM committed Oct 19, 2015
1 parent 7b7437a commit 436ed08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>com.chrisrm.idea.MaterialThemeUI</id>
<name>Material Theme UI</name>
<version>0.1.6</version>
<version>0.1.61</version>
<vendor email="chris@hirvi.no" url="http://www.hirvi.no">Hirvi AS</vendor>

<description><![CDATA[
Expand Down
Binary file modified Material Theme.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion resources/icon_associations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<regex name="Javascript" pattern=".*\.js$" icon="/icons/fileTypes/javaScript.png"/>
<regex name="Java Server Pages" pattern=".*\.jsp$" icon="/icons/fileTypes/jsp.png"/>

<psi name="PSIClass" type="com.intellij.psi.PsiClass" />
<!--<psi name="PSIClass" type="com.intellij.psi.PsiClass" />-->

<regex name="Any" pattern=".*" icon="/icons/fileTypes/any_type.png"/>
</associations>
Expand Down

0 comments on commit 436ed08

Please sign in to comment.