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
private
andpublic
keywords
#function
highlights the function name- Adds support for
reserve function
- Adds support for
private alias
andpublic alias
- Adds support for
private value
andpublic value
BUGFIX:
- Do not stop parsing when a
default
in aswitch
case does not have abreak
- Highlight
TypeName[foo]
- Highlight
TypeName
keyword in aforeach
- Highlight in red wrong parameters for
foreach
expressions
- Highlight
foreach
parameters
- Add
foreach
andnext
highlight
- Add
default
highlight 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