mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
updated codemirror to 5.57.0
This commit is contained in:
3
libraries/codemirror/mode/tcl/tcl.js
vendored
3
libraries/codemirror/mode/tcl/tcl.js
vendored
@@ -131,7 +131,8 @@ CodeMirror.defineMode("tcl", function() {
|
||||
token: function(stream, state) {
|
||||
if (stream.eatSpace()) return null;
|
||||
return state.tokenize(stream, state);
|
||||
}
|
||||
},
|
||||
lineComment: "#"
|
||||
};
|
||||
});
|
||||
CodeMirror.defineMIME("text/x-tcl", "tcl");
|
||||
|
||||
Reference in New Issue
Block a user