Releases: KaptainMicila/ZScript-VSCode
Releases · KaptainMicila/ZScript-VSCode
VERSION 1.7.3
- Removed one single
continue
, that's it.
VERSION 1.7.2
- Extreme optimization (hope it does not break more stuff)
- Fixed a work breaking bug
VERSION 1.7.1
- Removed junk around the code
- Fixed some inaccuracies
- Fixed a bug that wouldn't update the context while writing code
VERSION 1.7.0
- Added support for DECORATE
- Fixed some stuff for ACS
VERSION 1.6.2
- Added initial autocomplete capability. More to come.
VERSION 1.6.0
- Fixed some stuff with folding for both ZScript and ACS
- Added programmatic language features to ZScript (more to come)
VERSION 1.5.1
- Small fixes regarding enums
VERSION 1.5.0s
This is the right source code
VERSION 1.5.0
- Fixed inconsistencies with ACS
- Added script types support
script "Whatever" ENTER //<-- this one
{
// BLAH BLAH
}
VERSION 1.4.0
- ACS support complete
- String escaping support
- Hexadecimal numbers support