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

JavaScript highlighting treats any line starting with a forward-slash as RegEx #145

Closed darrylring closed 8 years ago

darrylring commented 9 years ago

Any line that begins with a forward-slash is treated as the start of a RegEx. It doesn't end until the next forward slash is encountered:

untitled

wbond commented 8 years ago

This was fixed in dev build 3107