]> code.delx.au - gnu-emacs-elpa/commitdiff
Reorder readme.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sun, 23 Nov 2014 09:51:31 +0000 (01:51 -0800)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sun, 23 Nov 2014 09:51:31 +0000 (01:51 -0800)
README.md

index 63e33b3886624cb90db8bcd25c62a03e0c4de5b8..6735ff5b892bf4ccfdb3b97fdd0a485242895e28 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,11 +13,6 @@ Highlights JavaScript code according to function context.
 - Identifiers are bold when first declared.
 - Comments are gray and italic.
 
-This coloring scheme is probably more useful than conventional JavaScript
-*syntax* highlighting. Highlighting keywords can help detect spelling errors, or
-alert one to unclosed string literals; but so can a [linter][]. (If you haven't
-already, you should [integrate][emacs integration] one into your editor.)
-
 In JavaScript, we are constantly leveraging closures to bind nearby
 data. Lexical scope information at-a-glance can assist a programmer in
 understanding the overall structure of a program. It can also help curb nasty
@@ -32,6 +27,11 @@ Context coloring also improves a programmer's ability to write functions that
 construct objects with implicit private state (which is a good way to avoid
 `this` too).
 
+This coloring scheme is probably more useful than conventional JavaScript
+*syntax* highlighting. Highlighting keywords can help detect spelling errors, or
+alert one to unclosed string literals; but so can a [linter][]. (If you haven't
+already, you should [integrate][emacs integration] one into your editor.)
+
 ## Usage
 
 Requires Emacs 24+ and [Node.js 0.10+][node].