summaryrefslogtreecommitdiff
path: root/lisp/progmodes/js.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/progmodes/js.el (js--fill-c-advice): New functionStefan Monnier2018-09-141-18/+17
* Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-161-0/+1
|\ \ | |/
| * Add missing :version tags revealed by cusver-checkGlenn Morris2017-12-121-0/+1
* | * lisp/subr.el (run-mode-hooks): Set parse-sexp-lookup-propertiesStefan Monnier2017-12-121-1/+0
|/
* Fix two js indentation problemsDmitry Gutov2017-10-261-6/+15
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix auto-fill bug in js-modeTom Tromey2017-08-271-0/+5
* Offer non-aligned indentation in lists in js-mode (Bug#27503)Ingo Lohmar2017-07-031-1/+7
* Handle indentation of nested ternary operators in JSDmitry Gutov2017-04-131-0/+2
* make js.el respect prog-first-columnTom Tromey2017-04-051-1/+2
* fix two js-mode syntax propertization bugsTom Tromey2017-04-011-6/+7
* Use font-lock-doc-face in js-modeTom Tromey2017-02-251-1/+14
* Fix indentation error in js.elTom Tromey2017-02-241-5/+10
* add "async" and "await" keywordsTom Tromey2017-02-241-1/+1
* Recognize JS regexp literals more correctlyTom Tromey2017-02-111-18/+25
* Set comment-multi-line in js-modeTom Tromey2017-02-041-0/+1
* Say JavaScript, not JavascriptDmitry Gutov2017-01-291-7/+7
* Make use of cl-loop destructuringMark Oteiza2017-01-251-6/+3
* Fix JS regexp literal syntax propertization in expressionsTom Tromey2017-01-171-2/+2
* Add chained indentation to js-modeTom Tromey2017-01-131-0/+72
* Fix js-mode indentation bugTom Tromey2017-01-131-1/+19
* Fix two js-mode filling bugsTom Tromey2017-01-131-0/+2
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+3
|\ \ | |/
| * Ignore forward-sexp-function in js-mode indentation codeDmitry Gutov2016-12-171-1/+3
* | Merge from origin/emacs-25Paul Eggert2016-11-191-0/+4
|\ \ | |/
| * js-mode: Fix indent problem after a regexpDmitry Gutov2016-11-171-0/+4
* | Pacify 'make check-declare'Paul Eggert2016-05-261-1/+1
* | Avoid byte-compiler warnings due to 'declare-function'Eli Zaretskii2016-05-261-1/+1
* | Make js-mode's syntax highlighting work againDmitry Gutov2016-05-241-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-131-1/+1
|\ \ | |/
| * Don't treat JS spread as contination method callDmitry Gutov2016-05-111-1/+1
* | * lisp/progmodes/js.el (js-syntax-propertize): Recognize shebang line.Stefan Monnier2016-05-041-7/+9
|/
* Don't mistake `for' inside a function for a part of array comprehensionDmitry Gutov2016-04-281-2/+4
* (js--continued-expression-p): Special-case unary plus and minusDmitry Gutov2016-04-021-10/+14
* Don't misindent computed property generator methodsDmitry Gutov2016-03-051-5/+6
* Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Don't mistake certain JS method calls for keywordsDmitry Gutov2015-12-011-0/+1
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-6/+6
* 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