[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/colorful-mode 5f2df58dfb 3/4: Update README.org
From: |
ELPA Syncer |
Subject: |
[elpa] externals/colorful-mode 5f2df58dfb 3/4: Update README.org |
Date: |
Tue, 9 Jul 2024 21:58:09 -0400 (EDT) |
branch: externals/colorful-mode
commit 5f2df58dfb1f2430e51de356111d3c17341ae4fb
Author: Elijah Gabe <163072436+DevelopmentCool2449@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update README.org
---
README.org | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/README.org b/README.org
index deecefc8ab..99892599f4 100644
--- a/README.org
+++ b/README.org
@@ -167,14 +167,14 @@ and fixing some /(and old)/ bugs:
| Allow highlight specifics colors in specific modes | ✓ |
✓^{2} |
| Opcionally highlight only in strings | ✓ | ❌
|
| No performance issues?^{3} | ❌ | ✓
|
-#+BEGIN_QUOTE
+#+begin_src text
[1] rainbow-mode (like colorful) uses regex for highlight some
- keywords, however it cannot exclude specifics colors keywords
- (such as "#def" that overrides C "#define" keyword).
+ keywords, however it cannot exclude specifics colors keywords
+ (such as "#def" that overrides C "#define" keyword).
[2] Only for some colors.
[3] I didn't a benchmark however due colorful-mode uses overlays
- instead text properties it can be a bit slow.
-#+END_QUOTE
+ instead text properties it can be a bit slow.
+#+end_src
The intention is to provide a featured alternative to
=rainbow-mode.el= with a user-friendly approach.