Emacs Javascript mode update

Development Consulting Articles

News

I partially fixed an issue with comments inside quoted strings. You can now use // inside a quoted string and it won’t be seen as a comment. Especially useful if you’ve got a URL in a string.

/* … */ style comments inside quoted strings are still seen as comments, since fixing that seems to be pretty complicated.

Get the javascript.el file here.