Rainbow delimiters

From WikEmacs
Jump to navigation Jump to search

Rainbow Delimiters is a “rainbow parentheses”-like mode which highlights parentheses, brackets, and braces according to their depth. Each successive level is highlighted in a different color. This makes it easy to spot matching delimiters, orient yourself in the code, and tell which statements are at a given depth.

Rainbow Delimiters
Description highlight matching parentheses
Author Jeremy L. Rayman
Maintainer Jeremy L. Rayman
Source https://github.com/jlr/rainbow-delimiters

Basic setup

(require 'rainbow-delimiters)
(add-hook 'clojure-mode-hook 'rainbow-delimiters-mode)


See Also

Project Pages