mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-02 16:09:59 -04:00
Update CodeMirror to 5.13.5
This commit is contained in:
parent
edc3a31dfd
commit
8bf516263c
84 changed files with 2837 additions and 504 deletions
4
public/vendor/codemirror/mode/troff/troff.js
vendored
4
public/vendor/codemirror/mode/troff/troff.js
vendored
|
@ -77,6 +77,8 @@ CodeMirror.defineMode('troff', function() {
|
|||
};
|
||||
});
|
||||
|
||||
CodeMirror.defineMIME('troff', 'troff');
|
||||
CodeMirror.defineMIME('text/troff', 'troff');
|
||||
CodeMirror.defineMIME('text/x-troff', 'troff');
|
||||
CodeMirror.defineMIME('application/x-troff', 'troff');
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue