Upgrade CodeMirror to 5.10.1 and now support fullscreen, jump-to-line in editor
This commit is contained in:
4
public/vendor/codemirror/mode/nginx/index.html
vendored
Executable file → Normal file
4
public/vendor/codemirror/mode/nginx/index.html
vendored
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
|
||||
<!doctype html>
|
||||
<head>
|
||||
<title>CodeMirror: NGINX mode</title>
|
||||
<meta charset="utf-8"/>
|
||||
<link rel=stylesheet href="../../doc/docs.css">
|
||||
|
||||
2
public/vendor/codemirror/mode/nginx/nginx.js
vendored
Executable file → Normal file
2
public/vendor/codemirror/mode/nginx/nginx.js
vendored
Executable file → Normal file
@@ -173,6 +173,6 @@ CodeMirror.defineMode("nginx", function(config) {
|
||||
};
|
||||
});
|
||||
|
||||
CodeMirror.defineMIME("text/nginx", "text/x-nginx-conf");
|
||||
CodeMirror.defineMIME("text/x-nginx-conf", "nginx");
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user