diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index 708aaf98..85ff4866 100755 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -19,24 +19,42 @@ GLSL Support - Custom Languages GLSL Support for the OpenGL Shading Language - 1.5 + + Custom Languages Foundation com.intellij.modules.lang + 1.6 1.6

+
    +
  • Improved unreachability analyzing
  • +
  • Recognize more file extensions
  • +
  • Improved token lexing around #if preprocessor statements
  • +
  • Added support for more native types (uint, double, uvec, dvec, dmat)
  • +
+ +

1.5

+
    +
  • Brace folding for compound statements
  • +
  • Added more qualifiers from glsl 450
  • +
  • Improved highlighting, especially on dark themes
  • +
  • Parsing is a bit more robust
  • +
- 1.4 - Added support for GL ES precision modifiers and statements +

1.4

+
    +
  • Added support for GL ES precision modifiers and statements
  • +
- 1.3 - Fixed compatibility with CLion - - Fix minor bugs +

1.3

+
    +
  • Fixed compatibility with CLion
  • +
  • Fix minor bugs
  • +
]]>