Skip to content

1.2.3

Compare
Choose a tag to compare
@Nixinova Nixinova released this 27 Jun 05:47

Release 1.2.3 of the NovaSheets VSCode extension.

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

Changelog

View commits

  • Changed syntax highlighting rules to always apply to @var, @endvar, and @const anywhere in a line
  • Changed syntax highlighting of @const declarations to allow boolean values and to apply syntax highlighting to the value of the constant.
  • Removed syntax highlighting for the removed front matter separator ---.
  • Removed syntax highlighting for invalid characters as it has too many false positives.
  • Removed syntax highlighting for parameters names in built-in variables.
  • Fixed syntax highlighting of block comments extending the boundary of the comment.
  • Fixed empty arguments and empty parameters not being treated as valid.