[elpa] master 6934762 16/16: Merge commit '0c3a48f05d17f486a0c522f0f9ec316dce24d86d' from context-coloring

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 69347627ae1f60a116b3ef04084093df0fe89456 Merge: 9319a95 0c3a48f Author: Jackson Hamilton Commit: Jackson Hamilton Merge commit '0c3a48f05d17f486a0c522f0f9ec316dce24d86d' from context-coloring --- packages/context-coloring/README.md| 27 ++--- package

[elpa] master 7c16f46 05/16: Add initial level setting.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 7c16f46c107512e194f5aea6b7170562405887dc Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add initial level setting. --- context-coloring.el| 24 +++- test/context-coloring-test.el | 10 ++ test/fixtures/initial-lev

[elpa] master updated (9319a95 -> 6934762)

2015-10-18 Thread Jackson Ray Hamilton
jackson pushed a change to branch master. from 9319a95 Merge commit '9173a44b904d52c4c2634b68d74967d6261f4ddc' new 53279b1 Fix tests on Windows. new 85397da Add more sophisticated block scope test. new df914b8 Bump minimum js2-mode version. new 683a52

[elpa] master 53279b1 01/16: Fix tests on Windows.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 53279b1931672e3cae19832b8ec2475b858c52df Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Fix tests on Windows. --- test/context-coloring-test.el |3 ++- test/fixtures/{let*.el => let-star.el} |0 2 files changed, 2 insertions(+), 1 deletions(

[elpa] master 6ac3b43 12/16: Merge branch 'detect-node'

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 6ac3b4371e507209ea7e96562bd97ad6273da869 Merge: 614de4c 6531b86 Author: Jackson Hamilton Commit: Jackson Hamilton Merge branch 'detect-node' --- context-coloring.el| 94 +++- test/context-coloring-test.el | 75 ++

[elpa] master a193f4e 08/16: Refactor position level assertion.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit a193f4e870a1c0a66a4ddd2ad79d3998f40330c8 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Refactor position level assertion. --- test/context-coloring-test.el | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/t

[elpa] master ff9643c 14/16: Update Zenburn paragraph.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit ff9643ccf5d0dc81b46ccc6d3d01a8dcc3c226f2 Author: Jackson Hamilton Commit: Jackson Hamilton Update Zenburn paragraph. --- README.md | 21 +++-- 1 files changed, 3 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 713459d..21f1eb5

[elpa] master 683a522 04/16: Suggest eval-expression-minibuffer-setup-hook.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 683a5220bd4d3309b24ae22e7781f6e85904f5ac Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Suggest eval-expression-minibuffer-setup-hook. --- README.md |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index ff92dd

[elpa] master 6fe9e58 09/16: Add Node.js detection.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 6fe9e585b033426d2abceb78d7afaec1efe67dd3 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add Node.js detection. --- context-coloring.el| 87 +++- test/context-coloring-test.el | 48 - te

[elpa] master fa99117 06/16: Add defcustom types.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit fa991178d36a7a52618be1cc9d24e6621e5a2c0d Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add defcustom types. --- context-coloring.el |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index

[elpa] master 2c62db1 10/16: Ensure Node.js variable is global.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 2c62db146349231954951a7c0b034a9696822d2a Author: Jackson Hamilton Commit: Jackson Hamilton Ensure Node.js variable is global. --- context-coloring.el | 149 + test/context-coloring-test.el |3 +- 2 files changed, 7

[elpa] master 614de4c 07/16: Don't make the initial level buffer-local.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 614de4cade7f57d41df9bdfcac8fb4c4bf49b772 Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Don't make the initial level buffer-local. --- context-coloring.el |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/context-coloring.el b/context

[elpa] master 85397da 02/16: Add more sophisticated block scope test.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 85397da6e06fe11c40bf5cadddba302f6e57a3dc Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Add more sophisticated block scope test. --- test/context-coloring-test.el | 10 ++ test/fixtures/block-scopes.js | 10 ++ 2 files changed, 20 inserti

[elpa] master df914b8 03/16: Bump minimum js2-mode version.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit df914b8ca2747dd51b41efe0d15d71054823063d Author: Jackson Ray Hamilton Commit: Jackson Ray Hamilton Bump minimum js2-mode version. This version understands strict mode const block scope. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 del

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

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 765d4c4c8550ecdad744064cfacc4938d8fb89f7 Author: Jackson Hamilton Commit: Jackson Hamilton 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/R

[elpa] master 6531b86 11/16: Use more agnostic names.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 6531b86bd03b34b1944e1fe8714dd26698277e02 Author: Jackson Hamilton Commit: Jackson Hamilton Use more agnostic names. --- context-coloring.el | 16 +--- test/context-coloring-test.el |8 2 files changed, 13 insertions(+), 11 deletions

[elpa] master 0c3a48f 15/16: Version 7.1.0.

2015-10-18 Thread Jackson Ray Hamilton
branch: master commit 0c3a48f05d17f486a0c522f0f9ec316dce24d86d Author: Jackson Hamilton Commit: Jackson Hamilton Version 7.1.0. --- context-coloring.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index ef908fd..8d6cacc