Skip to content

Releases: NovaSheets/VSCode

1.2.2

13 Jun 22:30
Compare
Choose a tag to compare

Release 1.2.2 of the NovaSheets VSCode extension.

Install it from the Marketplace or from the VSIX file attached.

Changelog

View commits

  • 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

05 Jun 22:02
Compare
Choose a tag to compare

Release 1.2.1 of the NovaSheets VSCode extension.

Install it from the Marketplace or from the VSIX file attached.

Changelog

View commits

  • 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

01 Jun 08:01
Compare
Choose a tag to compare

Release 1.2.0 of the NovaSheets VSCode extension.

Install it from the Marketplace or from the VSIX file attached.

Changelog

View commits

  • 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

30 May 22:58
Compare
Choose a tag to compare

Release 1.1.1 of the NovaSheets VSCode extension.

Install it from the Marketplace or from the VSIX file attached.

Changelog

View commits

  • 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

30 May 07:28
Compare
Choose a tag to compare

Release 1.1.0 of the NovaSheets VSCode extension.

Install it from the Marketplace or from the VSIX file attached.

Changelog

View commits

  • Replaced themes with direct colorization.

1.0.0

30 May 06:56
Compare
Choose a tag to compare

Initial release of the NovaSheets VSCode extension, 1.0.0.

Install it from the Marketplace or from the VSIX file attached.