]> git.eshelyaron.com Git - emacs.git/commit
js-mode: Don't misindent generator methods
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 15 Oct 2015 19:34:18 +0000 (22:34 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 15 Oct 2015 19:36:08 +0000 (22:36 +0300)
commit360d1d8caa1db0ffa7d0c02d4f03a4c921155c5a
tree30b87cc589d07a639882410cc273dffa17ff0bc9
parentb4c00f9ac9d57eca8f2a4950fca6198065dbdcd0
js-mode: Don't misindent generator methods

* lisp/progmodes/js.el (js--looking-at-operator-p): Distinguish
generator methods from multiplication operator
(https://github.com/mooz/js2-mode/issues/275).
lisp/progmodes/js.el
test/indent/js.js