mirror of
https://github.com/zadam/trilium.git
synced 2025-12-22 08:09:55 +01:00
updated codemirror to 5.57.0
This commit is contained in:
@@ -62,7 +62,10 @@
|
||||
};
|
||||
|
||||
CodeMirror.defineMode("protobuf", function() {
|
||||
return {token: tokenBase};
|
||||
return {
|
||||
token: tokenBase,
|
||||
fold: "brace"
|
||||
};
|
||||
});
|
||||
|
||||
CodeMirror.defineMIME("text/x-protobuf", "protobuf");
|
||||
|
||||
Reference in New Issue
Block a user