The official JavaScript language plugin for Light Table.
Note: This plugin is in need of a maintainer! If you are able and interested then please contact the Light Table maintainers via Gitter.
See package.json for node dependencies. Upgrade a dependency with
npm install LIB@latest --saveUpgrade
javascript.jswith the following where$VERSIONis a version number tag:curl https://raw.githubusercontent.com/codemirror/CodeMirror/$VERSION/mode/javascript/javascript.js > codemirror/javascript.js
javascript.jsis currently on CodeMirror version 4.8.0.We rely on acorn for parsing JS. See its readme for several parsing options
Copyright (C) 2013 Kodowa Inc.
Distributed under the MIT license, see LICENSE.md for the full text.