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/pig/index.html | 4 +--- public/vendor/codemirror/mode/pig/pig.js | 0 2 files changed, 1 insertion(+), 3 deletions(-) mode change 100755 => 100644 public/vendor/codemirror/mode/pig/index.html mode change 100755 => 100644 public/vendor/codemirror/mode/pig/pig.js (limited to 'public/vendor/codemirror/mode/pig') diff --git a/public/vendor/codemirror/mode/pig/index.html b/public/vendor/codemirror/mode/pig/index.html old mode 100755 new mode 100644 index 984c9a18..ea77f704 --- a/public/vendor/codemirror/mode/pig/index.html +++ b/public/vendor/codemirror/mode/pig/index.html @@ -1,5 +1,4 @@ - - + CodeMirror: Pig Latin mode @@ -51,5 +50,4 @@ STORE c INTO "\path\to\output";

MIME type defined: text/x-pig (PIG code) - diff --git a/public/vendor/codemirror/mode/pig/pig.js b/public/vendor/codemirror/mode/pig/pig.js old mode 100755 new mode 100644 -- cgit v1.2.3