jskinner / DefaultPackages

Old bug tracker for Sublime Text's "Default Packages", e.g. bad syntax highlighting
http://web.archive.org/web/20150524043750/https://www.sublimetext.com/forum/viewtopic.php?f=2&t=12095
26 stars 2 forks source link

Line in multiline comment missing leading asterisk given wrong syntax highlighting #151

Closed bh3605 closed 6 years ago

bh3605 commented 9 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.

capture

FichteFoll commented 8 years ago

Related discussion and fix for PHP: https://github.com/sublimehq/Packages/issues/68