From 0bf11f55570f4d2d340630b953aaef002fd59859 Mon Sep 17 00:00:00 2001 From: Darkyenus Date: Sun, 24 May 2015 22:41:20 +0200 Subject: [PATCH] Version 1.8 --- META-INF/plugin.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 1d52eb9a..182107f4 100755 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -27,8 +27,17 @@ com.intellij.modules.lang - 1.7.1 + 1.8 1.8

+
    +
  • Support for basic #define token replacement (everything except function-like)
  • +
  • Parse "layout qualifier statements"
  • +
  • Handling syntax and grammar errors is more robust
  • +
  • Fix variable declarations with already-defined struct types not parsing correctly
  • +
  • Improve highlighting of GLES precision statements
  • +
+

1.7.1

  • Fix problem in parsing which could cause the plugin to freeze