[BLUEJ-1121] Javadoc comment not syntax coloured correctly when annotation present
With the following code, the javadoc comment is black instead of blue (and any keywords with the comment text are highlighted as comments):
{code} /**
- This should be blue */ @Annotation(Tag.XXX) public class Rhubarb { } {code}
Issue metadata
- Issue type: Bug
- Priority: Low