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

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

[elpa] master 765d4c4 13/16: Document new scope detection.


From: Jackson Ray Hamilton
Subject: [elpa] master 765d4c4 13/16: Document new scope detection.
Date: Sun, 18 Oct 2015 11:21:51 +0000

branch: master
commit 765d4c4c8550ecdad744064cfacc4938d8fb89f7
Author: Jackson Hamilton <address@hidden>
Commit: Jackson Hamilton <address@hidden>

    Document new scope detection.
---
 README.md |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index 685046c..713459d 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,7 @@ By default, comments and strings are still highlighted 
syntactically.
 - Light and dark customizable color schemes.
 - JavaScript support:
   - Script, function and block scopes (and even `catch` block scopes).
+  - Node.js "file-level" scope detection.
 - Emacs Lisp support:
   - `defun`, `lambda`, `let`, `let*`, `cond`, `condition-case`, `defadvice`,
     `dolist`, `quote`, `backquote` and backquote splicing.
@@ -76,3 +77,5 @@ some color schemes for popular custom themes.
   strings using `font-lock`.
 - `context-coloring-javascript-block-scopes` (default: `nil`): If non-nil, also
   color block scopes in the scope hierarchy in JavaScript.
+- `context-coloring-javascript-detect-top-level-scope` (default: `t`): If
+  non-nil, detect when to use file-level scope.



reply via email to

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