Releases: ajkhoury/JetBrains-NASM-Language
Releases · ajkhoury/JetBrains-NASM-Language
NASM-Language-v0.6-beta.1
Upgrade to JDK 17 and update required IDE version to >= 192 to reduce usage of deprecated API.
Improve grammar for labels and macros.
NASM-Language-v0.5-beta.8
Adds support for conditional preprocessor expressions in structures.
NASM-Language-v0.5-beta.7
Fixed several syntax highlighting errors.
NASM-Language-v0.5-beta.4
Fixes bug where multi-line macro parameters would sometimes cause syntax highlighting errors.
Fixes bug where conditional defines cause syntax highlighting errors.
Adds HLE locking instruction prefixes, and adjusted instruction prefix BNF.
NASM-Language-v0.5-beta.2
Fixed bug causing unresolved references in non ASM files.
NASM-Language-v0.5-beta.0
Adds initial references implementation for goto declaration support.
NASM-Language-v0.4-beta.7
Adds support for back-tick strings.
NASM-Language-v0.4-beta.6
- Added support for commas in directives.
NASM-Language-v0.4-beta.5
- Added ability to use size type prefixes for registers.
NASM-Language-v0.4-beta.4
- Fixed bug where generic identifiers would error if a comment was after it.
- Fixed highlighting which broke in v0.4.1.
- Began adding more conditions for conditional expressions.
- Added ability to use non-local to macro labels.
- Macro parameters can now be any expression or mnemonic.