Skip to content

Commit

Permalink
update to version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Saigut committed Jul 14, 2019
1 parent 482b5a0 commit 447592f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@
<id>intellij-scheme</id>
<description>Plugin for supporting Scheme programming language</description>
<category>Custom Languages</category>
<version>0.1.5</version>
<version>0.1.6</version>
<vendor url="https://saigut.com">Tony Saigut</vendor>
<depends>com.intellij.modules.lang</depends>
<depends>com.intellij.modules.platform</depends>
<idea-version since-build="103.72"/>

<change-notes><![CDATA[
1. Fix some indentation issues<br>
2. Support r6rs define-record-type<br>
]]>
</change-notes>

<extensions defaultExtensionNs="com.intellij">
<fileTypeFactory implementation="schemely.file.SchemeFileTypeLoader"/>
<lang.braceMatcher language="Scheme"
Expand Down

0 comments on commit 447592f

Please sign in to comment.