Juan571 / js2-mode

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

Syntax highlight, or at least be tolerant of, debugger keyword #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. type debugger;
2. js2-mode does an orange underline

It'd be nice if js2 treated debugger as a keyword.

Original issue reported on code.google.com by mercutio...@gmail.com on 9 Apr 2008 at 9:30

GoogleCodeExporter commented 8 years ago
Oops, sorry 'bout that.

It is recognized, actually, but I forgot to add "debugger" to the list of node 
types
that have side effects, so you're getting a spurious warning.  I'll fix it for 
the
next release.

Original comment by steve.ye...@gmail.com on 14 Apr 2008 at 10:21

GoogleCodeExporter commented 8 years ago

Original comment by steve.ye...@gmail.com on 16 Apr 2008 at 9:45

GoogleCodeExporter commented 8 years ago

Original comment by steve.ye...@gmail.com on 19 Apr 2008 at 10:54