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

[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][],



reply via email to

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