fix(phpdoc): highlight optional type as @type

This commit is contained in:
gbprod 2022-11-29 11:27:04 +01:00 committed by Stephan Seitz
parent ecb53631a8
commit 31f70f51c7

View file

@ -22,6 +22,7 @@
(array_type) (array_type)
(primitive_type) (primitive_type)
(named_type) (named_type)
(optional_type)
] @type) ] @type)
(tag (tag
(description (text) @text)) (description (text) @text))