- Install the extension
- Open a Dosato file (default extension is
.to
)
- Syntax highlighting Syntax highlighting for Dosato language Variables, functions, comments, strings, numbers, etc.
Support for the inherit
and match
keywords
Added support for Dosato v0.6
Support for enums
Fixed escape sequences in template strings
Added support for the as
, class
, implements
and self
keywords
Added support for hex, binary and octal numbers
Infinity
and NaN
are now highlighted as constants
Added support for template strings
Added support for block comments
Added support for const
and function
keywords
Added support for Switch statements