branch: externals/coffee-mode commit 14a7213717a00c00ffaa2f0fc4c5113299bd13cb Merge: 5761f4f 52dbdcf Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Merge branch 'externals/coffee-mode' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpa into externals/coffee-mode --- coffee-mode.el | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/coffee-mode.el b/coffee-mode.el index e5fac26..3687fa9 100644 --- a/coffee-mode.el +++ b/coffee-mode.el @@ -73,6 +73,19 @@ ;; Please file bugs at <http://github.com/defunkt/coffee-mode/issues> +;; Thanks: + +;; Major thanks to http://xahlee.org/emacs/elisp_syntax_coloring.html +;; the instructions. + +;; Also thanks to Jason Blevins's markdown-mode.el and Steve Yegge's +;; js2-mode for guidance. + +;; TODO: +;; - Execute {buffer,region,line} and show output in new buffer +;; - Make prototype accessor assignments like `String::length: -> 10` pretty. +;; - mirror-mode - close brackets and parens automatically + ;;; Code: (require 'comint)