- Added
static
,public
, andprivate
modifiers for structs, classes, and functions - Added the
continue
keyword
- Added template strings (e.g.
"Hi ${user.name}"
)
- Added structs
- Added
struct
andstructdo
snippets
- Fixed bug where do end would be autoclose in strings and comments
- Fixed bug which prevented comments in functions and procedures
- Minor changes to extension information
- Syntax highlighting
- Snippets for basic statements and definitions.