This is how a complex docblock is currently highlighted:

For comparison, this is how a JSDoc is highlighted:

I would like the same highlighting rules to apply to PHPDoc: one color for tag (eg. @param), second color for type and third color for param name / generic type definition.
This is how a complex docblock is currently highlighted:

For comparison, this is how a JSDoc is highlighted:

I would like the same highlighting rules to apply to PHPDoc: one color for tag (eg.
@param), second color for type and third color for param name / generic type definition.