All notable changes to the "loongarch-assembly" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Syntax highlighting for LoongArch assembly language.
- Support for comment shortcuts.
- Fix highlighting for terms like
$r0
.
- Fix highlighting for comments like
// xxx: xxx
.
- Change the minimum version of VS Code API that the extension depends on.
- Fix highlighting for words like
kernelsp
. - Remove highlighting for registers not beginning with
$
.
- Add highlighting for more escape sequences.
- Add highlighting for FCSR registers.
- Add highlighting for LVZ, LBT, LSX and LASX instructions.
- Fix missing highlighting.