rainbow-blocks

https://github.com/istib/rainbow-blocks.git

git clone 'git://github.com/istib/rainbow-blocks.git'
38

rainbow-blocks: Groking Lisp languages through block highlighting.

Rainbow-blocks is an Emacs mode that highlights blocks made of parentheses, brackets, and braces according to their depth. Each successive level is highlighted in a different color. This makes it easy to orient yourself in the code, and tell which statements are at a given level.

It is a fork from the brilliant rainbow-delimiters.el package, and only applies minor patches.

It is inspired by Douglas Crockford's remark that highlighting scope rather that syntax is sometimes more useful. So far, however, it does not understand the actual scope constructs of the given language.

Emacs Lisp example

Installation

Further reading