Releases: NovaSheets/VSCode
Releases · NovaSheets/VSCode
1.2.2
Release 1.2.2 of the NovaSheets VSCode extension.
Install it from the Marketplace or from the VSIX file attached.
Changelog
- Added syntax highlighting for
@const
and@endvar
declarations. - Added syntax highlighting for logical and bitwise operations.
- Changed variable declaration syntax highlighting to allow equals sign notation to be valid.
- Fixed lines being automatically indented.
- Fixed empty comments not having syntax highlighting applied.
- Fixed colons being treated as invalid in variable contents.
1.2.1
Release 1.2.1 of the NovaSheets VSCode extension.
Install it from the Marketplace or from the VSIX file attached.
Changelog
- Re-added numeric syntax highlighting.
- Added specific syntax highlighting for denoting built-in variables.
- Added
"
and'
as auto-closing and auto-surrounding pairs. - Changed argument syntax highlighting to color each segment separately.
- Removed
:
/;
as auto-closing pairs. - Fixed nested variables not having proper syntax highlighting applied.
- Fixed URLs having to be prefixed with a space to avoid the protocol being parsed as a property name.
- Fixed comments having to be prefixed with a space to avoid URLs being parsed as comments.
- Fixed the front matter separator
---
not having syntax highlighting applied. - Fixed CSS at-rule declarators containing hyphens not having proper syntax highlighting applied.
- Fixed single-character strings not being treated as valid.
- Fixed invalid hex colors being treated as valid.
- Fixed general invalid characters not having syntax highlighting applied.
1.2.0
Release 1.2.0 of the NovaSheets VSCode extension.
Install it from the Marketplace or from the VSIX file attached.
Changelog
- Added argument syntax highlighting.
- Added error checking for illegal characters.
- Added syntax highlighting for CSS at-rules and
!important
. - Changed color of variable declarator
@var
. - Changed string parsing to include the quotes in the syntax highlighting.
- Removed numeric syntax highlighting.
- Fixed string parsing allowing alternating quotation marks.
- Refactored internal code to be more semantically correct.
1.1.1
Release 1.1.1 of the NovaSheets VSCode extension.
Install it from the Marketplace or from the VSIX file attached.
Changelog
- Fixed syntax highlighting of comments appearing as variable contents.
- Fixed syntax highlighting of CSS functions.
- Fixed single quotes not applying quote syntax highlighting.
- Fixed hex colors not having syntax highlighting applied.
1.1.0
Release 1.1.0 of the NovaSheets VSCode extension.
Install it from the Marketplace or from the VSIX file attached.
Changelog
- Replaced themes with direct colorization.
1.0.0
Initial release of the NovaSheets VSCode extension, 1.0.0.
Install it from the Marketplace or from the VSIX file attached.