-
Notifications
You must be signed in to change notification settings - Fork 39.3k
Support multi-line jsdoc annotations #27777
Copy link
Copy link
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buggrammarSyntax highlighting grammarSyntax highlighting grammarjavascriptJavaScript support issuesJavaScript support issueslanguages-basicBasic language support issuesBasic language support issuesverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buggrammarSyntax highlighting grammarSyntax highlighting grammarjavascriptJavaScript support issuesJavaScript support issueslanguages-basicBasic language support issuesBasic language support issuesverifiedVerification succeededVerification succeeded
Steps to Reproduce:
https://github.com/google/closure-library/blob/master/closure/goog/dom/animationframe/animationframe.js#L61
Expected result:
VSCode highlights the jsdoc.
Actual Result:
VSCode highlights the jsdoc in red like there's an error.