Skip to content

1.3.0

Compare
Choose a tag to compare
@Nixinova Nixinova released this 18 Jan 21:09
· 9 commits to main since this release

Release 1.3.0 of the NovaSheets VSCode extension.

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

Changelog

View commits

  • Added code formatter.
  • Added syntax highlighting for simple breakpoints.
  • Added .nvss as an applicable file extension.
  • Readded automatic indentation.
  • Updated syntax highlighting of CSS declaration substitutions.
  • Removed .nss, .nss.txt, and .novasheets as applicable file extensions.
  • Changed URL syntax highlighting to apply colouring as well as an underline.
  • Fixed numeric syntax highlighting not applying to negative exponents.
  • Fixed object getter syntax highlighting not being applied when its selector contains spaces.
  • Fixed CSS property syntax highlighting not being applied when the property name contains trailing whitespace.
  • Fixed declaration substitution syntax highlighting not being applied when containing leading whitespace.
  • Fixed built-in function syntax highlighting not being applied when the variable name contains leading whitespace.
  • Fixed at-rule syntax highlighting getting overwritten.
  • Refactored code to be compiled from a YAML tmLanguage file.