branch: master commit fb57258860c173c88165d928f0da5c17435fb074 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Reorder readme. --- README.md | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 63e33b3..6735ff5 100644 --- 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].