Pablo Fernandez
Pablo Fernandez

Reputation: 287380

Emacs mode that highlight Lisp forms

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

Answers (3)

fincomus
fincomus

Reputation: 246

You may want to try mwe-color-box (screenshot below) or read Five approaches to s-expression highlighting by Lemondor.

alt text
(source: foldr.org)

Upvotes: 10

Drew
Drew

Reputation: 30701

I don't use it, but this might be what you're looking for: http://www.emacswiki.org/emacs/RainbowDelimiters

Upvotes: 1

Anton Nazarov
Anton Nazarov

Reputation: 626

Take a look at screenshots here http://lemonodor.com/archives/001207.html, may be that is what you want.

Upvotes: 3

Related Questions