mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
codemirror updated to 5.47.0
This commit is contained in:
7
libraries/codemirror/mode/d/d.js
vendored
7
libraries/codemirror/mode/d/d.js
vendored
@@ -182,7 +182,12 @@ CodeMirror.defineMode("d", function(config, parserConfig) {
|
||||
else return ctx.indented + (closing ? 0 : indentUnit);
|
||||
},
|
||||
|
||||
electricChars: "{}"
|
||||
electricChars: "{}",
|
||||
blockCommentStart: "/*",
|
||||
blockCommentEnd: "*/",
|
||||
blockCommentContinue: " * ",
|
||||
lineComment: "//",
|
||||
fold: "brace"
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user