mwarrenus / js2-mode

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

js2-mode breaks font lock in default-generic-mode #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Edit a javascript file with js2-mode.
2. Edit some other file with default-generic-mode.

What is the expected output? What do you see instead?
I expect to see comments in the default-generic buffer start at a # and end
at the end of the line.  Instead, they start at a # but continue all the
way to the end of the buffer.

What version of the product are you using? On what operating system?
js2-20080616.el with emacs-22.2.

Please provide any additional information below.
Default-generic-mode works as expected until js2-mode is used.

Original issue reported on code.google.com by p.d.oli...@gmail.com on 23 Jul 2008 at 10:34

GoogleCodeExporter commented 9 years ago
The attached patch seems to fix this.

Original comment by p.d.oli...@gmail.com on 31 Jul 2008 at 11:02

Attachments: