You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code
For comments that use custom jsdoc tags such as:
/** * @privateRemarks * Bla bla bla. */constfoo=1
Highlight @privateRemarks differently than a regular comment conent . We already handle known jsdoc tags like @abstract; This request is to also highlight custom tags