Skip to content

Spellcheck doesn't occur in markup comments #13

@bobbylight

Description

@bobbylight

In HTML and XML at least, spelling errors aren't identified in <!-- comments -->. The code is not identifying TokenTypes.MARKUP_COMMENT as a comment token type. Might also consider TokenTypes.MARKUP_CDATA?

COMMENT_MARKUP should probably be omitted while we're at it, since it currently causes the br in <br> to be underlined as a spelling error when in e.g. Javadoc comments.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions