diff options
| author | Daniel Colascione | 2015-01-09 10:25:50 -0800 |
|---|---|---|
| committer | Daniel Colascione | 2015-01-09 10:25:50 -0800 |
| commit | 9c64c52b27bbef0f252c19fd978feb81d53a4093 (patch) | |
| tree | 61980799b5b2a50fc3cc867ec48ad5d5e921b1e8 /lisp/ChangeLog | |
| parent | d1f848ffb9896fe2bd8eb9e7d70a49ca9ff9522f (diff) | |
| download | emacs-9c64c52b27bbef0f252c19fd978feb81d53a4093.tar.gz emacs-9c64c52b27bbef0f252c19fd978feb81d53a4093.zip | |
Teach js-mode about ES6 generators
* lisp/progmodes/js.el (js--function-heading-1-re)
(js--function-prologue-beginning): Parse ES6 generator function
declarations. (That is, "function* name()").
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bca8d28b1a5..c7ad41a800b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2015-01-09 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * progmodes/js.el (js--function-heading-1-re) | ||
| 4 | (js--function-prologue-beginning): Parse ES6 generator function | ||
| 5 | declarations. (That is, "function* name()"). | ||
| 6 | |||
| 1 | 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2015-01-08 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * emacs-lisp/eieio.el (defclass): Move from eieio-defclass all the code | 9 | * emacs-lisp/eieio.el (defclass): Move from eieio-defclass all the code |