##JavaScript for Light Table
The official JavaScript language plugin for Light Table.
-
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
Copyright (C) 2013 Kodowa Inc.
Distributed under the MIT license, see LICENSE.md for the full text.