pitfiend / contexteditor

Context Editor
2 stars 0 forks source link

highlighter confused by regexp ending in / #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open or create a JavaScript file
2. type a regular expression that ends with a forward slash and followed by
some other code. For example: /^\//.test('/') == true

What is the issue?
the highlighter is treating the // and what follows as a comment

What version of the product are you using?
v0.98.6

On what operating system?
Windows XP

Original issue reported on code.google.com by mr.fyed@gmail.com on 12 Nov 2009 at 2:01