]> code.delx.au - gnu-emacs-elpa/commitdiff
Minutia.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sat, 20 Jun 2015 11:02:07 +0000 (04:02 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sat, 20 Jun 2015 11:02:07 +0000 (04:02 -0700)
README.md
test/context-coloring-test.el

index 787403ece5ad1281e2278fc19dd077058ddb028d..5975af0e0e2c10d51d74a3a31d754a2da0399fe8 100644 (file)
--- 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.
index 9a22cd21392fba9b33a9698a64026a1aad0c2add..272ee1de3ffcb4f203993997690d01ce2a923cc4 100644 (file)
@@ -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")