jsbin/scripts.json
Tom Ashworth 7d7b60532c Add Zen Coding to HTML pane, addresses #285.
Using zen-coding for CodeMirror I've added Zen Coding support to
the HTML pane of JSBin.

It's on by default, with no way to switch it off. I'm not sure how
it's best to do that – from looking at the TODOs, are CodeMirror
options something that's planned?

In Opera, becuase 'tab' is the Zen Coding trigger, the line that
the user ends up on is also indented. This is not the case in
Firefox and Chrome.
2012-10-09 14:50:31 +01:00

41 lines
1.2 KiB
JSON

["/js/chrome/hashbang-jump.js",
"/js/vendor/jquery.js",
"/js/vendor/pretty-date.js",
"/js/vendor/polyfills.js",
"/js/vendor/jshint/jshint.js",
"/js/vendor/codemirror2/codemirror.js",
"/js/vendor/codemirror2/xml.js",
"/js/vendor/codemirror2/css.js",
"/js/vendor/codemirror2/javascript.js",
"/js/vendor/codemirror2/htmlmixed.js",
"/js/vendor/codemirror2/searchcursor.js",
"/js/vendor/codemirror2/simple-hint.js",
"/js/vendor/codemirror2/javascript-hint.js",
"/js/vendor/codemirror2/zen_codemirror.js",
"/js/vendor/json2.js",
"/js/vendor/prettyprint.js",
"/js/chrome/storage.js",
"/js/jsbin.js",
"/js/editors/mobileCodeMirror.js",
"/js/chrome/splitter.js",
"/js/chrome/analytics.js",
"/js/render/render.js",
"/js/render/live.js",
"/js/editors/keycontrol.js",
"/js/render/console.js",
"/js/chrome/errors.js",
"/js/processors/processor.js",
"/js/chrome/navigation.js",
"/js/editors/panel.js",
"/js/editors/editors.js",
"/js/editors/libraries.js",
"/js/editors/library.js",
"/js/render/saved-history-preview.js",
"/js/chrome/esc.js",
"/js/chrome/download.js",
"/js/chrome/login.js",
"/js/chrome/tips.js",
"/js/chrome/save.js",
"/js/chrome/file-drop.js",
"/js/chrome/gist.js",
"/js/chrome/app.js"]