0.3.0
Syntax recognition fixed
public static / public final
<SomeType[]>
let this->filter[] = filters;
this->filter["for" : "1"]
unset this->_data[offset];
protected _value { get, __toString };
/{ get };
/{ get, set };
return;
let this->_validators = array_filter(validators, function(var element) {
return typeof element[0] != "array" || !(element[1] instanceof CombinedFieldsValidator);
});
Added keywords highlight: true
, false
, null
ZephirParserUtils
have shifted to src scope, to help beginner start easier
Completion list now is shows arguments of method at top of the list,
also list shows variants doe to context (class, file, method)