Skip to content

Releases: zephir-lang/zephir-vscode

v1.6.3

27 Sep 10:31
Compare
Choose a tag to compare

Fixed

  • Fixed links in the documentation

Changed

  • Updated contact address
  • Updated package category

v1.6.2

04 Jan 00:11
Compare
Choose a tag to compare

Fixed

  • Fixed highlighting for constants

v1.6.1

03 Jan 10:52
Compare
Choose a tag to compare

Changed

  • Improved support of typeof operator
  • Improved support of self, static and parent highlighting
  • Fully refactored highlighting of docblocks

v1.6.0

02 Jan 10:14
Compare
Choose a tag to compare

Added

  • Added support of for ..., ... in reverse highlighting

Changed

  • Improved constants recognition
  • Improved support of this highlighting
  • Improved highlighting for functions and classes begins with $

Fixed

  • Removed reundant constants declaration
  • Return back Magic Methods recognition

v1.5.0

28 Dec 19:01
Compare
Choose a tag to compare

Added

  • Added support for istring type highlighting
  • Added support for fn (function alias) highlighting

Fixed

  • Fixed highlighting for function begins with $ (e.g. $fetch)
  • Fixed highlighting for begins with $ (e.g. $Resource)

v1.4.1

28 Dec 00:12
Compare
Choose a tag to compare

Changed

  • A large code cleanup regarding excessive or duplicate pattern matching

Fixed

  • Fixed support for builtin function call highlighting

v1.4.0

27 Dec 20:55
Compare
Choose a tag to compare

Added

  • Introduced smart indent rules based on controll flow and language statements
  • Amended code snippets

Fixed

  • Improved matching for curly braces

v1.3.3

27 Dec 10:57
Compare
Choose a tag to compare

Cahnged

  • Improved Regions Folding

v1.3.2

26 Dec 22:47
Compare
Choose a tag to compare

Cahnged

  • Bump required VSCode version
  • Code cleanup. This project is only for syntax highlighting and snippets support

v1.3.1

24 Dec 21:23
Compare
Choose a tag to compare

Fixed

  • Fixed support of this and globals highlighting