Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 7a16ac9

Browse files
committed
Add instructions for committers on upgrading cm mode
1 parent 5f0f96a commit 7a16ac9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ The official JavaScript language plugin for Light Table.
44

55
### For Committers
66

7-
Upgrade acorn with `npm install acorn`
7+
* Upgrade acorn with `npm install acorn`
8+
* Upgrade `javascript.js` with the following where `$VERSION` is a version number tag:
9+
10+
curl https://raw.githubusercontent.com/codemirror/CodeMirror/$VERSION/mode/javascript/javascript.js > codemirror/javascript.js
11+
12+
`javascript.js` is currently on CodeMirror version 4.8.0.
813

914
###License
1015

0 commit comments

Comments
 (0)