aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/js.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add JSX indentation via js-jsx-mode. (Bug#21799)Jackson Ray Hamilton2015-10-311-0/+221
* js-mode: Don't misindent generator methodsDmitry Gutov2015-10-151-3/+10
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-4/+0
* Add prettify-symbols-alist for js-modeSimen Heggestøyl2015-09-271-0/+11
* * lisp/progmodes/js.el (js--syntax-begin-function): Remove.Stefan Monnier2015-09-201-13/+0
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-5/+5
* * lisp/progmodes/js.el (js-mode): Don't eagerly syntax propertize.Stefan Monnier2015-08-211-2/+3
* Correct js-mode's lighterBozhidar Batsov2015-07-191-1/+1
* Consider a jsdoc tag to be a beginning of a paragraph as wellDmitry Gutov2015-07-181-1/+1
* * lisp/progmodes/js.el (js--optimize-arglist): Remove declaration.Glenn Morris2015-05-051-4/+0
* ; Tweak the previous changeDmitry Gutov2015-04-031-2/+2
* js-mode: Don't indent inside a multiline string literalDmitry Gutov2015-04-031-1/+2
* Prefer "initialize" to "initialise"Paul Eggert2015-03-101-8/+8
* * lisp/progmodes/js.el (js-indent-first-initialiser): Fix doc, type, version.Glenn Morris2015-03-101-10/+8
* New indentation option for js-modeJackson Ray Hamilton2015-03-101-0/+75
* Teach js-mode about ES6 template stringsDmitry Gutov2015-03-051-0/+1
* Teach js-mode about ES6 generatorsDaniel Colascione2015-01-091-1/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-1/+1
|\
| * * lisp/progmodes/js.el (js-syntax-propertize): "return" can't be divided.Stefan Monnier2014-12-231-1/+1
* | (js-syntax-propertize-regexp): Recognize "slash in a character class"Stefan Monnier2014-12-231-5/+22
* | Merge branch 'emacs-24'Ted Zlatanov2014-11-261-2/+2
|\ \ | |/
| * Fix indentation before `!=' and after `+='Dmitry Gutov2014-11-161-2/+2
* | Add interpreter-mode-alist support for various JavaScript interpreters.Reuben Thomas2014-09-171-0/+4
|/
* * lisp/progmodes/js.el (js-indent-line): Don't mix columns and chars.Stefan Monnier2014-05-311-1/+1
* Doc fixesGlenn Morris2014-05-011-3/+3
* * lisp/progmodes/js.el (js-indent-line): Don't widen.Dmitry Gutov2014-02-121-7/+5
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Port indentation code from js2-mode to js-modeDmitry Gutov2013-12-081-25/+83
* * lisp/progmodes/js.el (js--ctrl-statement-indentation): Fix indentMihir Rege2013-11-251-1/+1
* * lisp/subr.el (define-error): New function.Stefan Monnier2013-08-091-5/+2
* * lisp/progmodes/js.el (js--optimize-arglist): Declare.Glenn Morris2013-05-231-0/+4
* Silence some js compilation warningsGlenn Morris2013-05-231-1/+12
* * lisp/progmodes/js.el (js--multi-line-declaration-indentation): MergeDmitry Gutov2013-03-071-1/+1
* lisp/progmodes/js.el: Silence byte-compiler warning.Juanma Barranquero2013-02-131-1/+1
* * lisp/progmodes/js.el: Tweak autoload cookie for alias.Leo Liu2013-01-191-2/+1
* * lisp/progmodes/js.el: Fix multiline declarations's indentation.Felix H. Dahlke2013-01-111-1/+36
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Convert several major modes to setq-local.Chong Yidong2012-12-011-28/+18
* | * lisp/progmodes/js.el: Prefer advice to cl-letf's sneaky rebinding.Stefan Monnier2012-11-081-13/+22
|/
* Add :safe for js indent variables.Daiki Ueno2012-08-221-0/+5
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-111-498/+506
* * lisp/emacs-lisp/cl.el (flet): Mark obsolete.Stefan Monnier2012-06-271-9/+9
* * lisp/progmodes/js.el: Add notes in comments.Stefan Monnier2012-05-251-1/+6
* Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).Stefan Monnier2012-04-261-10/+4
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-301-1/+2
* Spelling fixes.Paul Eggert2011-12-041-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1