atom/language-php

php doc types not highlighted

Opened this issue · 1 comments

From downstream: microsoft/vscode#160713

Bugs:

  • No support for generics array<int, string>
  • No support for meta-types class-string or class-string<ArrayAccessible>
  • No support for:
    • @teplate
    • @implements
    • @extends
  • Namespace \App\My\Class will have portion \App\My\ inherit comment color and Class actually properly colored (support.class.php - meta.other.type.phpdoc.php)

Example 1 - generics

image

Example 2 - namespaces

image