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/nginx/index.html | 4 ++-- public/vendor/codemirror/mode/nginx/nginx.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 public/vendor/codemirror/mode/nginx/index.html mode change 100755 => 100644 public/vendor/codemirror/mode/nginx/nginx.js (limited to 'public/vendor/codemirror/mode/nginx') diff --git a/public/vendor/codemirror/mode/nginx/index.html b/public/vendor/codemirror/mode/nginx/index.html old mode 100755 new mode 100644 index 5ffdc081..03cf6714 --- a/public/vendor/codemirror/mode/nginx/index.html +++ b/public/vendor/codemirror/mode/nginx/index.html @@ -1,5 +1,5 @@ - - + + CodeMirror: NGINX mode diff --git a/public/vendor/codemirror/mode/nginx/nginx.js b/public/vendor/codemirror/mode/nginx/nginx.js old mode 100755 new mode 100644 index 135b9cc7..00a32249 --- a/public/vendor/codemirror/mode/nginx/nginx.js +++ b/public/vendor/codemirror/mode/nginx/nginx.js @@ -173,6 +173,6 @@ CodeMirror.defineMode("nginx", function(config) { }; }); -CodeMirror.defineMIME("text/nginx", "text/x-nginx-conf"); +CodeMirror.defineMIME("text/x-nginx-conf", "nginx"); }); -- cgit v1.2.3