From eaa8ccaccb1091820d0a8d1223996a6dd057347d Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Sun, 17 Jan 2016 14:28:04 -0600 Subject: Upgrade CodeMirror to 5.10.1 and now support fullscreen, jump-to-line in editor --- public/vendor/codemirror/mode/clojure/index.html | 3 +++ 1 file changed, 3 insertions(+) mode change 100755 => 100644 public/vendor/codemirror/mode/clojure/index.html (limited to 'public/vendor/codemirror/mode/clojure/index.html') diff --git a/public/vendor/codemirror/mode/clojure/index.html b/public/vendor/codemirror/mode/clojure/index.html old mode 100755 new mode 100644 index 3ecf4c48..81294bc1 --- a/public/vendor/codemirror/mode/clojure/index.html +++ b/public/vendor/codemirror/mode/clojure/index.html @@ -78,6 +78,9 @@ \tab \return \backspace \u1000 \uAaAa \u9F9F) +;; Let's play with numbers +(+ 1 -1 1/2 -1/2 -0.5 0.5) +