Skip to content

v0.1.8

Compare
Choose a tag to compare
@cjllanwarne cjllanwarne released this 17 Oct 17:30
· 81 commits to develop since this release

Adds pair literals so that they can now be parsed correctly.

Additionally, this is the first release that adds features beyond syntax highlighting. For example:

  • Code block collapsing
  • Brace matching
  • Auto-commenting
  • Detection of missing value declarations
  • In places where declared values are used, "Go to declaration" with CMD+B will now take you to the place where the value was originally declared.