Reputation: 287380
What is the Emacs mode or package that highlights Lisp forms changing the color of the backgrounds so that the form you are in has one color, the outer form another, the outer outer form another and so on?
Upvotes: 5
Views: 876
Reputation: 246
You may want to try mwe-color-box (screenshot below) or read Five approaches to s-expression highlighting by Lemondor.
(source: foldr.org)
Upvotes: 10
Reputation: 30701
I don't use it, but this might be what you're looking for: http://www.emacswiki.org/emacs/RainbowDelimiters
Upvotes: 1
Reputation: 626
Take a look at screenshots here http://lemonodor.com/archives/001207.html, may be that is what you want.
Upvotes: 3