From f1b4a66464b48c0dd63f418a39d3e37ec4db1543 Mon Sep 17 00:00:00 2001 From: Darkyenus Date: Thu, 29 Oct 2015 10:44:29 +0100 Subject: [PATCH] Version 1.12 --- META-INF/plugin.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 42d7aa4c..29adcb2f 100755 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -27,8 +27,14 @@ com.intellij.modules.lang - 1.11 + 1.12 1.12

+
    +
  • Fix lexer not being thread safe and failing when parsing many files at the same time
  • +
  • Many minor fixes in parsing and error reporting
  • +
+

1.11

  • Major improvements to handling of preprocessor #define directives