]> code.delx.au - gnu-emacs/commit
(js--continued-expression-p): Special-case unary plus and minus
authorDmitry Gutov <dgutov@yandex.ru>
Sat, 2 Apr 2016 00:02:03 +0000 (03:02 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Sat, 2 Apr 2016 00:07:09 +0000 (03:07 +0300)
commitc28f87a53d4955396a3e3cb0223500eca921a872
treeb3da90e86a33c8144537c1ccf11e15c8d683fe6a
parent2d02a5f729c804e841fee5df5b2ae2a06b705bd3
(js--continued-expression-p): Special-case unary plus and minus

* lisp/progmodes/js.el (js--continued-expression-p): Make an
effort to recognize unary plus and minus, in the contexts where
they make sense (https://github.com/mooz/js2-mode/issues/322).
lisp/progmodes/js.el
test/indent/js.js