Sublime Forum

Java syntax highlight error

#1

Hi,
I am trying to open a java source file with st3 (build: 3207 on Win10) but get below hightlighting issues. Could you give me some advice to fix it ?

0 Likes

#2

where is the error? or what don’t you like about the highlighting?

0 Likes

#3

Is this the expected style in st? It seems a little bit strange for me that the comment ‘@author’ get highlighted. if it’s designed to be like this, I don’t have any more questions , thanks for your help.

0 Likes

#4

It’s Javadoc while @created is not a standard tag.

0 Likes

#5

Your company (or you) should not use a @created tag anyhow because all our files are under version control these days (I hope), and one can easily recover the creation date from that metadata.

0 Likes