Skip to content

Commit

Permalink
fix missing meta-info cause update not work
Browse files Browse the repository at this point in the history
  • Loading branch information
gaplo917 committed Oct 14, 2018
1 parent 86c806b commit 854745f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
Binary file modified intellij_androidstudio/GapStyle.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions intellij_androidstudio/GapStyle/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

<change-notes><![CDATA[
Completely remove color inheritance for better compatibility.
Fix HTML & Java & Kotlin keyword color is damaged by color inheritance
Kotlin Smart cast styling enhancement
Fix HTML & Java & Kotlin keyword color is damaged by color inheritance.
Kotlin Smart cast styling enhancement.
]]>
</change-notes>

Expand Down
7 changes: 4 additions & 3 deletions intellij_androidstudio/GapStyle/colors/GapStyle.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<scheme name="GapStyle" version="142">
<scheme name="GapStyle" version="142" parent_scheme="Default">
<metaInfo>
<property name="created">2018-03-25T17:19:13</property>
<property name="created">2018-10-15T04:33:26</property>
<property name="ide">idea</property>
<property name="ideVersion">2018.2.4.0.0</property>
<property name="modified">2018-10-14T13:00:12</property>
<property name="modified">2018-10-15T04:33:51</property>
<property name="originalScheme">GapStyle</property>
</metaInfo>
<option name="LINE_SPACING" value="1.2" />
<colors>
Expand Down

0 comments on commit 854745f

Please sign in to comment.