This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
No support for nested JSDoc types #451
Open
Description
Original Issue from TypeScript Grammar Repo: microsoft/TypeScript-TmLanguage#300
Currently it looks like the JS language highlighting doesn't support nested types in JSDoc comments. An example when this would appear is when returning a promise that will resolve to an array of something.
Look at the third example in this image.
Would it be possible to add support for this?
Thanks!