php.sugar icon indicating copy to clipboard operation
php.sugar copied to clipboard

Unrecognized keywords/operators

Open davisjr opened this issue 16 years ago • 0 comments

The following keywords are not correctly recognized. They come under the class keyword.constant.other which also contains unidentified tokens.

  • var
  • global

The conditional operator is also not recognized as an operator:

Eg: $type = $one_to_one ? "inner " : "outer ";

davisjr avatar Dec 26 '09 03:12 davisjr