Skip to content

Commit

Permalink
Version 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkyenus committed May 24, 2015
1 parent 38d76b4 commit 0bf11f5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,17 @@
<idea-version since-build="139.1117"/>
<depends>com.intellij.modules.lang</depends>

<version>1.7.1</version>
<version>1.8</version>
<change-notes><![CDATA[
<p>1.8</p>
<ul>
<li>Support for basic #define token replacement (everything except function-like)</li>
<li>Parse "layout qualifier statements"</li>
<li>Handling syntax and grammar errors is more robust</li>
<li>Fix variable declarations with already-defined struct types not parsing correctly</li>
<li>Improve highlighting of GLES precision statements</li>
</ul>
<p>1.7.1</p>
<ul>
<li>Fix problem in parsing which could cause the plugin to freeze</li>
Expand Down

0 comments on commit 0bf11f5

Please sign in to comment.