Releases: zephir-lang/zephir-vscode
Releases · zephir-lang/zephir-vscode
v1.6.3
v1.6.2
Fixed
- Fixed highlighting for constants
v1.6.1
Changed
- Improved support of
typeof
operator - Improved support of
self
,static
andparent
highlighting - Fully refactored highlighting of docblocks
v1.6.0
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
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
Changed
- A large code cleanup regarding excessive or duplicate pattern matching
Fixed
- Fixed support for builtin function call highlighting
v1.4.0
Added
- Introduced smart indent rules based on controll flow and language statements
- Amended code snippets
Fixed
- Improved matching for curly braces
v1.3.3
Cahnged
- Improved Regions Folding
v1.3.2
Cahnged
- Bump required VSCode version
- Code cleanup. This project is only for syntax highlighting and snippets support
v1.3.1
Fixed
- Fixed support of
this
and globals highlighting