Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Emacs mode that highlight Lisp forms

Tags:

emacs

mode

lisp

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?

like image 603
pupeno Avatar asked Nov 25 '08 20:11

pupeno


3 Answers

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)

like image 93
fincomus Avatar answered Oct 14 '22 13:10

fincomus


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

like image 43
Anton Nazarov Avatar answered Oct 14 '22 13:10

Anton Nazarov


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

like image 1
Drew Avatar answered Oct 14 '22 14:10

Drew