jlr / rainbow-delimiters

Emacs rainbow delimiters mode
http://www.emacswiki.org/emacs/RainbowDelimiters
112 stars 12 forks source link

Language specific escape character recognization. #12

Closed crlf0710 closed 11 years ago

crlf0710 commented 11 years ago

Hi, i've noticed that the escape character recognization code is emacs-lisp specific. It is problematic when writing code in other dialects. I've expanded that a little and added some common lisp/clojure support. Support for other languages may be added on top of that in the future.

Regards~

jlr commented 11 years ago

This is a great way to do it and I appreciate the work you've done. I'll definitely add some more escaped-char fns for various languages at some point here. Thanks very much!