mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
updated codemirror to 5.57.0
This commit is contained in:
3
libraries/codemirror/mode/verilog/verilog.js
vendored
3
libraries/codemirror/mode/verilog/verilog.js
vendored
@@ -369,7 +369,8 @@ CodeMirror.defineMode("verilog", function(config, parserConfig) {
|
||||
|
||||
blockCommentStart: "/*",
|
||||
blockCommentEnd: "*/",
|
||||
lineComment: "//"
|
||||
lineComment: "//",
|
||||
fold: "indent"
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user