Releases: NixOS/nix-idea
Releases · NixOS/nix-idea
v0.4.0.6
Added
- Support for IDEA 2022.3 EAP
Removed
- Support for IDEA 2021.2
v0.4.0.5
v0.4.0.4
Added
- Support for IDEA 2022.2 EAP
Removed
- Support for IDEA 2021.1
v0.4.0.3
Added
- Support for IDEA 2022.1
v0.4.0.2
Added
- Support for IDEA 2021.3
Removed
- Support for IDEA 2020.3
v0.4.0.1
Added
- Support for IDEA 2021.2
Removed
- Support for IDEA 2020.2
v0.4.0.0
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
v0.3.0.6
Added
- Support for IDEA 2021.1
Removed
- Support for IDEA 2020.1
v0.3.0.5
Added
- Support line comment and block comment IDEA actions
v0.3.0.4
Added
- Support for IDEA 2020.3
Removed
- Support for IDEA 2019.3