branch: externals/colorful-mode
commit 7c2f58d606120b6432806f53322c6b624c6438dd
Author: Elías Gabriel Pérez <eg642...@gmail.com>
Commit: Elías Gabriel Pérez <eg642...@gmail.com>

    ; * README.org: Update comparison table.
---
 README.org | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/README.org b/README.org
index 9e0477a694..c37d6d6b42 100644
--- a/README.org
+++ b/README.org
@@ -228,17 +228,17 @@ for you:
 #+end_src
 
 * How does it compare to =rainbow-mode= or built-in =css fontify colors=?
-=colorful-mode= improves =rainbow-mode= and =css-fontify-colors= in adding 
more features:
-
-| Comparation                                           | colorful-mode.el | 
rainbow-mode.el | built-in css-fontify-colors |
-|-------------------------------------------------------+------------------+-----------------+-----------------------------|
-| Compatible with hl-line and other overlays?           | ✓                | ❌ 
            | ❌                         |
-| Convert color to other formats?                       | ✓                | ❌ 
            | ❌                         |
-| Optionally use string prefix/suffix instead highlight | ✓                | ❌ 
            | ❌                         |
-| Blacklist colors?                                     | ✓                | 
❌^{1}            | ❌                         |
-| Allow highlight specifics colors in specific modes    | ✓                | 
✓^{2}              | ❌                         |
-| Optionally highlight only in strings                  | ✓                | ❌ 
            | ❌                         |
-| No performance issues?^{3}                               | ❌              | 
✓               | ✓                           |
+=colorful-mode= improves =rainbow-mode= and =css fontify-colors= in adding 
more features:
+
+| Comparison                                            | colorful-mode.el | 
rainbow-mode.el | built-in css |
+|-------------------------------------------------------+------------------+-----------------+--------------|
+| Compatible with hl-line and other overlays?           | ✓               | ❌  
           | ❌          |
+| Convert color to other formats?                       | ✓               | ❌  
           | ✓           |
+| Optionally use string prefix/suffix instead highlight | ✓               | ❌  
           | ❌          |
+| Blacklist colors?                                     | ✓               | 
❌^{1}            | ❌          |
+| Allow highlight specifics colors in specific modes    | ✓               | 
✓^{2}             | ❌          |
+| Optionally highlight only in strings                  | ✓               | ❌  
           | ❌          |
+| No performance issues?^{3}                               | ❌              | 
✓              | ✓           |
 
 #+begin_src text
 [1] rainbow-mode (like colorful) uses regex for highlight some

Reply via email to