Skip to content

Releases: NixOS/nix-idea

v0.4.0.6

07 Oct 18:37
fcd6cef
Compare
Choose a tag to compare

Added

  • Support for IDEA 2022.3 EAP

Removed

  • Support for IDEA 2021.2

v0.4.0.5

22 Jul 18:56
36b873e
Compare
Choose a tag to compare

Fixed

  • Trailing commas reported as syntax error (#46)

v0.4.0.4

25 May 18:56
ce69b65
Compare
Choose a tag to compare

Added

  • Support for IDEA 2022.2 EAP

Removed

  • Support for IDEA 2021.1

v0.4.0.3

09 Apr 23:16
fea45f1
Compare
Choose a tag to compare

Added

  • Support for IDEA 2022.1

v0.4.0.2

03 Dec 19:47
42633f5
Compare
Choose a tag to compare

Added

  • Support for IDEA 2021.3

Removed

  • Support for IDEA 2020.3

v0.4.0.1

29 Jul 00:13
a0bca8b
Compare
Choose a tag to compare

Added

  • Support for IDEA 2021.2

Removed

  • Support for IDEA 2020.2

v0.4.0.0

08 May 14:28
9a5c99b
Compare
Choose a tag to compare

This release features a complete rewrite of the parser and lexer within the plugin.

Added

  • Support for the full syntax of Nix 2.3

Changed

  • Error detection and recovery has been overhauled.

  • The following words are no longer treated as keywords to make the
    implementation consistent with Nix 2.3:

    • import
    • imports
    • require
    • requires
    • true
    • false

    As a result, these words are no longer highlighted. We might bring
    back the special highlighting in a future release by using a different
    implementation for the highlighter.

  • Messages for syntax errors no longer contain the “NixTokenType.”
    prefix for every expected token. This should make the messages much
    easier to read.

Fixed

  • Various parsing errors (including but not limited to #8 and #13)
  • Incorrect reset of parser state when modifying a file

v0.3.0.6

07 Apr 20:58
07d0792
Compare
Choose a tag to compare

Added

  • Support for IDEA 2021.1

Removed

  • Support for IDEA 2020.1

v0.3.0.5

05 Apr 15:59
32cd831
Compare
Choose a tag to compare

Added

  • Support line comment and block comment IDEA actions

v0.3.0.4

06 Jan 07:03
d332de0
Compare
Choose a tag to compare

Added

  • Support for IDEA 2020.3

Removed

  • Support for IDEA 2019.3