Support for JSDoc multiline syntax highlighting #19575
Labels
enhancement
[core label]
javascript
JavaScript programming language support
language
An umbrella label for all programming languages syntax behaviors
tree-sitter
Syntax highlighting and tree-sitter
upstream
Check for existing issues
Describe the feature
The editor does not apply correct syntax highlighting for multiline JSDoc definitions.
Current implementation marks all text of a JSDoc definition after a line break as a regular comment. It should be highlighted just like it is when written in a single line.
If applicable, add mockups / screenshots to help present your vision of the feature
The text was updated successfully, but these errors were encountered: