branch: master commit 084d752583cc36e382f6452887add551c50143f7 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Update elisp support. --- README.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03bf677..40506e7 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ By default, comments and strings are still highlighted syntactically. - 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`, quotes, - backquotes (and splicing). - - 25,000 lines per second! + - `defun`, `lambda`, `let`, `let*`, `cond`, `condition-case`, `defadvice`, + `dolist`, `quote`, `backquote` and backquote splicing. + - Instantaneous lazy coloring, 8000 lines-per-second full coloring. ## Installation