Skip to content

Latest commit

 

History

History
133 lines (75 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

133 lines (75 loc) · 2.12 KB

Change Log

All notable changes to the "pivot-lang-support" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.0.28]

  • Add support for keyword async and await
  • Better tm grammar

[0.0.27]

  • Add Pivot Lang jupyter notebook support
    • works on *.iplnb

[0.0.26]

  • even better textmate syntax highlighting
    • add impl\type\trait highlight
    • fixed use highlight

[0.0.25]

  • even better textmate syntax highlighting
    • add as\is\macro\array highlight
    • fixed string highlight conflict with other patterns

[0.0.24]

  • improve textmate syntax highlighting

[0.0.23]

  • add escape analysis command

[0.0.22]

  • support match keyword

[0.0.21]

  • update plugin to support new version of pivot-lang

[0.0.20]

  • add debug support for array types

[0.0.19]

  • add special stype for captured variables
  • add highlight for var keyword

[0.0.18]

  • add run & debug commands

[0.0.17]

  • generator keyword support

[0.0.16]

  • better debug support for union types

[0.0.15]

  • add trait snippet

[0.0.14]

  • add github action
  • add active events back

[0.0.13]

  • support highlight for is, type and as keyword
  • add union snippet && macro snippet

[0.0.12]

  • support highlight for where and macro keyword

[0.0.11]

  • support highlight for pub keyword

[0.0.10]

  • auto insert /// in the start of new line when typing in a doc comment

[0.0.9]

  • add highlight for trait keyword
  • add semantic highlight config for for keyword in impl

[0.0.8]

  • add ability to config log level
  • add license
  • add repo link

[0.0.7]

  • better debug support

[0.0.6]

  • update client package version to support inlay hints

[0.0.5]

  • add restart command
  • add break|continue|self to keywords
  • add impl|while snippet

[0.0.4]

  • more accurate keyword highlighting
  • add true|false to keywords

[0.0.3]

  • add keyword const & use & else
  • watch for project config change

[0.0.2]

  • add syntax highlighting for pivot-lang

[0.0.1]

  • Initial release