Add Libre.js header to yaml.js
1 files changed, 2 insertions(+), 0 deletions(-) M _static/yaml.js
M _static/yaml.js => _static/yaml.js +2 -0
@@ 1,5 1,6 @@ // CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/LICENSE // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat (function(mod) { @@ if (typeof exports == "object" && typeof module == "object") // CommonJS 118,3 119,4 @@ CodeMirror.defineMIME("text/x-yaml", "yaml"); CodeMirror.defineMIME("text/yaml", "yaml"); }); // @license-end