Open SamJakob opened 3 years ago
Thanks for reporting the issue!
The issue is in textmate grammar. Note that Atom uses tree-sitter grammar for language-java now, the textmate support is deprecated. Textmate grammar still receives updates but they are treated as a lower priority at the moment so it might take us longer than usual to fix the issue.
Prerequisites
Description
When using the
@link
doc tag to refer to a class, rather than a method (which is valid), it is not highlighted, however it is for a method.Steps to Reproduce
Notice how only the latter has correct syntax highlighting.
Expected behavior:
Syntax highlighting should be applied to the @link tag when referring to a method or a class.
Actual behavior:
Syntax highlighting is only applied to the @link tag when referring to a method.
Reproduces how often:
Every time.
Versions
I'm using VSCode, however it apparently uses the Atom Java grammar upstream, so I'm reporting here. (See the below linked issue.)
Additional Information
See: https://github.com/redhat-developer/vscode-java/issues/1753