Skip to content
Snippets Groups Projects
Commit 5c53fe7c authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[nginx mode] Fix MIME declaration

Closes #3746
parent 78aba649
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,6 @@ CodeMirror.defineMode("nginx", function(config) {
};
});
CodeMirror.defineMIME("text/nginx", "text/x-nginx-conf");
CodeMirror.defineMIME("text/x-nginx-conf", "nginx");
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment