js2-mode
js2-mode copied to clipboard
Repeated JSDoc tags on the same line are not fontified
In the following example, @export is not highlighted.
/**
* @private @export
*/
var foo = 2;