[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 4b2e1db 140/271: Documentation.
From: |
Jackson Ray Hamilton |
Subject: |
[elpa] master 4b2e1db 140/271: Documentation. |
Date: |
Thu, 05 Feb 2015 18:30:36 +0000 |
branch: master
commit 4b2e1dba2bce01f6b5d7a123b9fe128ea30f5f22
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>
Documentation.
---
README.md | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 4a380be..4a1d237 100644
--- a/README.md
+++ b/README.md
@@ -47,8 +47,8 @@ Extension is relatively straightforward. Write a "scopifier"
for the language of
your choice, add an entry to `context-coloring-scopifier-plist`, and the plugin
should handle the rest.
-A "scopifier" is a CLI program that reads a buffer's contents from stdin, and
-then writes a JSON array of integers to stdout. Every three numbers in the
array
+A "scopifier" is a CLI program that reads a buffer's contents from stdin and
+writes a JSON array of numbers to stdout. Every three numbers in the array
represent a range of color. For instance, if I fed the following string of
JavaScript code to a scopifier,
@@ -59,10 +59,7 @@ var a = function () {};
then the scopifier would produce the following array:
```js
-[
- 1, 24, 0,
- 9, 23, 1
-]
+[1,24,0,9,23,1]
```
Where, for every three numbers, the first number is a 1-indexed start
[point][],
- [elpa] master b51c36d 118/271: New experimental color scheme., (continued)
- [elpa] master b51c36d 118/271: New experimental color scheme., Jackson Ray Hamilton, 2015/02/05
- [elpa] master c595539 111/271: Shift and darken colors for light color scheme., Jackson Ray Hamilton, 2015/02/05
- [elpa] master 146c096 114/271: Merge branch 'develop' into feature/color-schemer, Jackson Ray Hamilton, 2015/02/05
- [elpa] master aa5cca3 129/271: Multiple vars. Rename., Jackson Ray Hamilton, 2015/02/05
- [elpa] master fae85f9 117/271: Add code samples., Jackson Ray Hamilton, 2015/02/05
- [elpa] master b190309 133/271: Update documentation to be language-agnostic., Jackson Ray Hamilton, 2015/02/05
- [elpa] master 6f34a6a 134/271: Update screenshot., Jackson Ray Hamilton, 2015/02/05
- [elpa] master 5a7fc32 138/271: Documentation., Jackson Ray Hamilton, 2015/02/05
- [elpa] master f77870d 137/271: Add language support documentation., Jackson Ray Hamilton, 2015/02/05
- [elpa] master faea355 123/271: Cleanup and improve tests., Jackson Ray Hamilton, 2015/02/05
- [elpa] master 4b2e1db 140/271: Documentation.,
Jackson Ray Hamilton <=
- [elpa] master 3f1bae9 142/271: Make js2-mode read-only., Jackson Ray Hamilton, 2015/02/05
- [elpa] master 1ceb460 139/271: Documentation., Jackson Ray Hamilton, 2015/02/05
- [elpa] master 1b7e0a5 122/271: Make context-coloring-face-count customizable. Add some dummy faces., Jackson Ray Hamilton, 2015/02/05
- [elpa] master 459987e 131/271: Generalize for different major modes. Remove dirty benchmarking., Jackson Ray Hamilton, 2015/02/05
- [elpa] master 2341708 132/271: Reorganize JavaScript files., Jackson Ray Hamilton, 2015/02/05
- [elpa] master 4be9ec8 147/271: Documentation., Jackson Ray Hamilton, 2015/02/05
- [elpa] master 16cee40 150/271: Pass test for block scopes., Jackson Ray Hamilton, 2015/02/05
- [elpa] master f7b5d33 143/271: Add skeletal support for js2-mode scopification., Jackson Ray Hamilton, 2015/02/05
- [elpa] master 549e523 149/271: Add failing test for block scopes., Jackson Ray Hamilton, 2015/02/05
- [elpa] master 9f87a03 148/271: Actually colorize complex files., Jackson Ray Hamilton, 2015/02/05