<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/index.php?action=history&amp;feed=atom&amp;title=Rainbow_delimiters</id>
	<title>Rainbow delimiters - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/index.php?action=history&amp;feed=atom&amp;title=Rainbow_delimiters"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Rainbow_delimiters&amp;action=history"/>
	<updated>2026-04-20T11:33:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Rainbow_delimiters&amp;diff=2808&amp;oldid=prev</id>
		<title>Bozhidar: Created page with &quot;{{Package |name=Rainbow Delimiters |description=highlight matching parentheses |author=Jeremy L. Rayman |maintainer=Jeremy L. Rayman |source=https://github.com/jlr/rainbow-del...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Rainbow_delimiters&amp;diff=2808&amp;oldid=prev"/>
		<updated>2012-05-02T12:21:16Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Package |name=Rainbow Delimiters |description=highlight matching parentheses |author=Jeremy L. Rayman |maintainer=Jeremy L. Rayman |source=https://github.com/jlr/rainbow-del...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Package&lt;br /&gt;
|name=Rainbow Delimiters&lt;br /&gt;
|description=highlight matching parentheses&lt;br /&gt;
|author=Jeremy L. Rayman&lt;br /&gt;
|maintainer=Jeremy L. Rayman&lt;br /&gt;
|source=https://github.com/jlr/rainbow-delimiters&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''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.&lt;br /&gt;
&lt;br /&gt;
== Basic setup ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(require 'rainbow-delimiters)&lt;br /&gt;
(add-hook 'clojure-mode-hook 'rainbow-delimiters-mode)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Paredit]]&lt;br /&gt;
&lt;br /&gt;
== Project Pages ==&lt;br /&gt;
&lt;br /&gt;
* [https://github.com/jlr/rainbow-delimiters GitHub Repo]&lt;br /&gt;
&lt;br /&gt;
[[Category:Lisp]][[Category:Convenience]][[Category:Third Party Package]]&lt;/div&gt;</summary>
		<author><name>Bozhidar</name></author>
	</entry>
</feed>