Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

43 lines (28 loc) · 1.78 KB

(next)

  • Added Restart Server command

Version 0.3.0

  • Tree sitter support! Added support for <tree-sitter> syntax in https://www.nova.app/syntax xml files.
  • Update the language server from 0.21.0 to 0.24.0, see it's GitHub releases for info
  • Build tooling updates
  • Specify custom catalog files per-workspace, thanks @greystate!

Version 0.2.1

Update the language server from 0.18.0 to 0.21.0, see it's GitHub releases for info

0.18.1, 0.18.2, 0.18.3, 0.19.0, 0.19.1, 0.20.0, 0.21.0

All compiled code is now Open Source, if you fancy diving in to see what Yaml Extension is up to, you can

Version 0.2

Nova Syntax definitions improvements

  • Add support for <subsyntax> definitions
  • Allow subsyntax=true on <syntax> elements
  • Allow empty <subscopes />
  • Fix detectors so sub-elements can be re-used

Thanks to Martin Kopischke for the <subsyntax> bug report

Version 0.1.1

  • Fix the LanguageServer not starting up correctly

Version 0.1

  • Everything is new