emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rainbow-delimiters 5a7d0131f8 050/188: README.markdown: mi


From: ELPA Syncer
Subject: [nongnu] elpa/rainbow-delimiters 5a7d0131f8 050/188: README.markdown: minor wording changes.
Date: Sat, 1 Jan 2022 00:58:51 -0500 (EST)

branch: elpa/rainbow-delimiters
commit 5a7d0131f8b8b51aa158ddad8b354aa56e67953d
Author: jlr <github@jeremyrayman.com>
Commit: jlr <github@jeremyrayman.com>

    README.markdown: minor wording changes.
---
 README.markdown | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.markdown b/README.markdown
index 11d74ef7e0..84c9941440 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,11 +1,11 @@
 rainbow-delimiters.el:
 ======================
 
-RainbowDelimiters 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 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.
 
-Great care has been taken to make this mode FAST. You shouldn’t see any change 
in scrolling or editing speed when it's on even when working in delimiter-rich 
languages like Clojure, Emacs Lisp or Scheme. It can be used with any language, 
and can be enabled editor-wide.
+Great care has been taken to make this mode fast. You shouldn’t see any change 
in scrolling or editing speed when it's on even when working in delimiter-rich 
languages like Clojure or Emacs Lisp. It can be used with any language, and can 
be enabled editor-wide.
 
-You can customize the colors RainbowDelimiters uses. The default colors are 
intentionally subtle; they are unobtrusive enough to make the mode worth 
looking at even if you usually don’t like rainbow parentheses modes. Color 
themes Zenburn and Solarized have added their own faces for the mode.
+You can customize the colors rainbow-delimiters uses. The default colors are 
intentionally subtle; they are unobtrusive enough to make the mode worth 
looking at even if you usually don’t like rainbow parentheses modes. A number 
of major color themes such as Zenburn and Solarized have added their own faces 
for the mode.
 
 This is the official github repository for rainbow-delimiters.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]