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

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

[elpa] master 89f862a 03/12: Minutia.


From: Jackson Ray Hamilton
Subject: [elpa] master 89f862a 03/12: Minutia.
Date: Sun, 21 Jun 2015 21:16:13 +0000

branch: master
commit 89f862a43c87c98313cea42a722c6bb5951598a3
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Minutia.
---
 README.md                     |    8 ++------
 test/context-coloring-test.el |    2 +-
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 787403e..5975af0 100644
--- a/README.md
+++ b/README.md
@@ -15,11 +15,9 @@ By default, comments and strings are still highlighted 
syntactically.
 
 - JavaScript support:
   - Script, function and block scopes (and even `catch` block scopes).
-  - Very fast for files under 1000 lines.
 - Emacs Lisp support:
   - `defun`, `lambda`, `let`, `let*`, `cond`, `condition-case`, `defadvice`,
     `dolist`, `quote`, `backquote` and backquote splicing.
-  - Instantaneous lazy coloring, 8000 lines-per-second full coloring.
   - Works in `eval-expression` too.
 
 ## Installation
@@ -27,8 +25,8 @@ By default, comments and strings are still highlighted 
syntactically.
 Requires Emacs 24.3+.  JavaScript language support requires
 [js2-mode](https://github.com/mooz/js2-mode).
 
-`M-x package-install RET context-coloring RET` and add the following to your
-init file:
+To install, run the command `M-x package-install RET context-coloring RET`, and
+then add the following to your init file:
 
 ```lisp
 ;; JavaScript:
@@ -73,7 +71,5 @@ some color schemes for popular custom themes.
   comments using `font-lock`.
 - `context-coloring-syntactic-strings` (default: `t`): If non-nil, also color
   strings using `font-lock`.
-- `context-coloring-default-delay` (default: `0.25`): Default delay between a
-  buffer update and colorization.
 - `context-coloring-javascript-block-scopes` (default: `nil`): If non-nil, also
   color block scopes in the scope hierarchy in JavaScript.
diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el
index 9a22cd2..272ee1d 100644
--- a/test/context-coloring-test.el
+++ b/test/context-coloring-test.el
@@ -89,7 +89,7 @@ signaled."
              (test-name (intern (format ,(format "%s-%%s"
                                                  (cond
                                                   (name)
-                                                  (t "sync"))) name)))
+                                                  (t "generic"))) name)))
              (fixture (cond
                        (fixture (format "./fixtures/%s" fixture))
                        (,no-fixture "./fixtures/empty")



reply via email to

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