yoya / js2-mode

Automatically exported from code.google.com/p/js2-mode
0 stars 0 forks source link

parse and highlight regexp literals #52

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've already ported the Mozilla Rhino regexp parser to elisp, as part of
the interpreter project.  Might as well use it in the js2-mode frontend to
flag syntax errors in regexp literals and possibly do smarter highlighting
of the characters.

Original issue reported on code.google.com by steve.ye...@gmail.com on 19 Apr 2008 at 9:44

GoogleCodeExporter commented 8 years ago
In case you haven't noticed, the js2-mode gets confused by quotes in regexp 
literals:

http://code.google.com/p/js2-mode/issues/detail?q=regexp&id=80

Original comment by afedor...@gmail.com on 7 Jul 2008 at 10:19