1.2.4
Release 1.2.4 of the NovaSheets VSCode extension.
Install it from the Marketplace or from the VSIX file attached.
Changelog
- Added syntax highlighting for static comments (
/*/ text /*/
) and parsed comments (/*[ ]*/
). - Added syntax highlighting for loop indentifiers
$i
,$v
, and$v[n]
. - Added syntax highlighting for default argument content.
- Added syntax highlighting for CSS units.
- Added syntax highlighting for all numeric types.
- Added syntax highlighting for URLs.