Upgrade CodeMirror to 5.10.1 and now support fullscreen, jump-to-line in editor
This commit is contained in:
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