From ef0c4da15461ba7dc63c7d6320c092e584784e7b Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Sun, 21 Jun 2015 14:09:04 -0700 Subject: [PATCH] Cleanup refactoring artifacts. --- Makefile | 2 -- README.md | 1 + context-coloring.el | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 56a769dbf..f729409b9 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,6 @@ ${DEPENDENCIES}: ${CASK} test: ${DEPENDENCIES} - ${KILL_SCOPIFIER} ${CASK} exec ${EMACS} -Q -batch \ -L . \ -l ert \ @@ -36,7 +35,6 @@ test: ${DEPENDENCIES} -f ert-run-tests-batch-and-exit cover: ${DEPENDENCIES} - ${KILL_SCOPIFIER} ${CASK} exec ${EMACS} -Q -batch \ -L . \ -l ert \ diff --git a/README.md b/README.md index 38dbcfa2d..ff92dd962 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ By default, comments and strings are still highlighted syntactically. ## Features +- Light and dark customizable color schemes. - JavaScript support: - Script, function and block scopes (and even `catch` block scopes). - Emacs Lisp support: diff --git a/context-coloring.el b/context-coloring.el index 5b5eb28d6..b02612938 100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -1045,7 +1045,7 @@ It could be a quoted or backquoted expression." ;;; eval-expression colorization (defun context-coloring-eval-expression-match () - "Determine where expression starts in `eval-expression'." + "Determine expression start in `eval-expression'." (string-match "\\`Eval: " (buffer-string))) (defun context-coloring-eval-expression-colorize () -- 2.39.2