From 7a16ac9d1dbd97b47de92cd7363db3a21afb1378 Mon Sep 17 00:00:00 2001 From: Gabriel Horner Date: Wed, 10 Dec 2014 01:54:47 -0500 Subject: [PATCH] Add instructions for committers on upgrading cm mode --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f2d0a..de853da 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,12 @@ The official JavaScript language plugin for Light Table. ### For Committers -Upgrade acorn with `npm install acorn` +* Upgrade acorn with `npm install acorn` +* Upgrade `javascript.js` with the following where `$VERSION` is a version number tag: + + curl https://raw.githubusercontent.com/codemirror/CodeMirror/$VERSION/mode/javascript/javascript.js > codemirror/javascript.js + + `javascript.js` is currently on CodeMirror version 4.8.0. ###License