Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong color in JSDoc when using extends from a class having multiple generic parameter #993

Open
barsdeveloper opened this issue Oct 13, 2023 · 0 comments

Comments

@barsdeveloper
Copy link

The color is wrong on the extends directive after the comma

/**
 * @extends Base<T, U>
 *///               ^ from here on
/**
 * @template T
 * @template U
 */
class Base {}

/**
 * @template T
 * @template U
 * @extends Base<T, U>
 */
class Derived extends Base {}
@barsdeveloper barsdeveloper changed the title Wrong color on JSDoc when using extend on a class having multiple generic parameter Wrong color in JSDoc when using extends from a class having multiple generic parameter Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant