Releases: monogon-dev/intellij-cue
Releases · monogon-dev/intellij-cue
Version 0.6.0
- Added: Automatically insert closing quotes when typing the opening quote, available for simple and multiline literals.
- Added: Support folding for CUE elements (file header, imports, import groups, structs, lists, interpolations, multiline strings, attributes).
- Added: Settings to control the default folding state of CUE elements.
- Fix #27, file starting with attribute raised as invalid
- Added: Highlighting setting for attributes.
Version 0.5.0
- Support variable escape prefix of the language specification.
- Support commenting lines via shortcut or action.
- Support highlighting of brace pairs in the editor.
- Fix parsing of function calls in interpolations.
Version 0.4.0
- Color scheme highlighting settings
- Added highlighting of optional field names
Version 0.3.1
Changes:
- Better support for the grammar, fixed parser and lexer
- Some improvements to the highlighting
Version 0.2.1
First public release!
Version 0.1.0
Very early preview
- Basic lexer and parser
- Very basic syntax highlighting