From fb148168fddd979aa6090dad84930e4e685b1596 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Sun, 8 Feb 2015 16:38:59 -0800 Subject: [PATCH] Update readme. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c859c4aa..ff305c153 100644 --- a/README.md +++ b/README.md @@ -112,14 +112,14 @@ You can define your own theme colors too: "#DCA3A3")) ``` -See `C-h f context-coloring-define-theme` for more info. +See `C-h f context-coloring-define-theme` for more info on theme parameters. ## Extending To add support for a new language, write a "scopifier" for it, and define a new coloring dispatch strategy with `context-coloring-define-dispatch`. Then the -plugin should handle the rest. See `C-h f context-coloring-define-dispatch` for -more info. +plugin should handle the rest. (See `C-h f context-coloring-define-dispatch` for +more info on dispatch strategies.) 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 -- 2.39.2