Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 974 Bytes

CHANGELOG.md

File metadata and controls

53 lines (35 loc) · 974 Bytes

Change Log

All notable changes to this extension will be documented in this file.

1.4.0

Rewrote all of the highlighing

Now Supports the full TyD Scope

1.3.0

Removed diagnostics.

Bug fixes too big to put in markdown.

1.2.0

Updated:

Added Diagnostics

1.1.1

Updated:

  • Nothing

Changed:

  • Fixed highlighting issues.
  • Fixed number highlighting bleeding onto the next line.
  • Fixed strings not highlighting sometimes.

Removed:

  • Removed Multiline comments as they are not supported in TyD

1.1.0

Added features.

Updated:

  • number highlighting
  • correctly highlighted operators
  • removed the * from operators as it is not in TyD
  • added *abstract, *source, *head and *noinherit to keywords
  • added support for .ttyd
  • fixed comments sometimes spreading across multiple lines.

1.0.0

Initial release

Updated:

  • doublequote string highlighting
  • commenting
  • highlight special operators such as *, | etc.