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

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

[elpa] master 4849fd4 09/11: Update options documentation.


From: Jackson Ray Hamilton
Subject: [elpa] master 4849fd4 09/11: Update options documentation.
Date: Sat, 14 Mar 2015 20:21:44 +0000

branch: master
commit 4849fd4f4d09af8d3cf2e7cf52408d98c21f8bf7
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Update options documentation.
---
 README.md           |   14 ++++++++++++++
 context-coloring.el |    2 +-
 2 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/README.md b/README.md
index 2341c49..7eeacf7 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,20 @@ Add the following to your `~/.emacs` file:
 
 ## Customizing
 
+### Options
+
+- `context-coloring-syntactic-comments` (default: `t`): If non-nil, also color
+  comments using `font-lock`.
+- `context-coloring-syntactic-strings` (default: `t`): If non-nil, also color
+  strings using `font-lock`.
+- `context-coloring-delay` (default: `0.25`; supported modes: `js-mode`,
+  `js3-mode`): Delay between a buffer update and colorization.
+- `context-coloring-js-block-scopes` (default: `nil`; supported modes:
+  `js2-mode`): If non-nil, also color block scopes in the scope hierarchy in
+  JavaScript.
+
+### Color Schemes
+
 Color schemes for custom themes are automatically applied when those themes are
 active. Built-in theme support is available for: `ample`, `anti-zenburn`,
 `grandshell`, `leuven`, `monokai`, `solarized`, `spacegray`, `tango` and
diff --git a/context-coloring.el b/context-coloring.el
index 1453f48..cb64227 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -147,7 +147,7 @@ the END point (exclusive) with the face corresponding to 
LEVEL."
   :group 'context-coloring)
 
 (defcustom context-coloring-syntactic-strings t
-  "If non-nil, also color comments using `font-lock'."
+  "If non-nil, also color strings using `font-lock'."
   :group 'context-coloring)
 
 (defun context-coloring-font-lock-syntactic-comment-function (state)



reply via email to

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