This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Description
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

Example 2 - namespaces
