branch: externals/colorful-mode commit 5f2df58dfb1f2430e51de356111d3c17341ae4fb Author: Elijah Gabe <163072436+developmentcool2...@users.noreply.github.com> Commit: GitHub <nore...@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.