All notable changes to the RSDK Script extension will be documented in this file.
The format used in this document follows the Keep a Changelog guidelines.
- Better support to highlight
privateandpublickeywords
#functionhighlights the function name- Adds support for
reserve function - Adds support for
private aliasandpublic alias - Adds support for
private valueandpublic value
BUGFIX:
- Do not stop parsing when a
defaultin aswitchcase does not have abreak
- Highlight
TypeName[foo] - Highlight
TypeNamekeyword in aforeach - Highlight in red wrong parameters for
foreachexpressions
- Highlight
foreachparameters
- Add
foreachandnexthighlight
- Add
defaulthighlight on switch statemets
- Add early support for RSDKv4 (also named RSDKvB)
- Fix syntax highlighting for consecutive switch cases
- Add support for hexadecimal digits
- Add extension logo (thanks
The Weigman#0079!)
- Initial release