coffee-script-tmbundle
coffee-script-tmbundle copied to clipboard
Highlight error when regular expression contains hashes
It mistakenly treats all hashes as comment hashes. For example:
regex = ///
(/[^?#]*)? # path
///
Where the first hash should NOT be considered as a comment hash.
