Skip to content

Releases: monogon-dev/intellij-cue

Version 0.6.0

08 Mar 14:55
Compare
Choose a tag to compare
  • 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

24 Feb 10:45
Compare
Choose a tag to compare
  • 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

23 Feb 10:26
Compare
Choose a tag to compare
  • Color scheme highlighting settings
  • Added highlighting of optional field names

Version 0.3.1

22 Feb 20:56
Compare
Choose a tag to compare

Changes:

  • Better support for the grammar, fixed parser and lexer
  • Some improvements to the highlighting

Version 0.2.1

16 Feb 16:38
Compare
Choose a tag to compare

First public release!

Version 0.1.0

16 Feb 10:28
Compare
Choose a tag to compare

Very early preview

  • Basic lexer and parser
  • Very basic syntax highlighting