bug with several block comments on single lines in Java
-
Hello,
I have a code section with several lines containing block comments with language set as Java :
function a(/* ... */); function b(/* ... */);Only the … should be in green but all the code between the first /* and the last */ is flagged as comment and is green.
It is working as expected with language set as javascript.
Thank you very much
The topic ‘bug with several block comments on single lines in Java’ is closed to new replies.