Closed bh3605 closed 6 years ago
In java you can have a multiline comment and as long as you specify the leading /* and closing / you can write in between them and not need an asterisk at the beginning. This gives some strange pink highlighting which is wrong.
Related discussion and fix for PHP: https://github.com/sublimehq/Packages/issues/68
In java you can have a multiline comment and as long as you specify the leading /* and closing / you can write in between them and not need an asterisk at the beginning. This gives some strange pink highlighting which is wrong.