Skip to content

Commit 1010810

Browse files
mtaran-googlemarijnh
authored andcommitted
[verilog] Support folding by indentation
1 parent 36f1348 commit 1010810

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mode/verilog/verilog.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,8 @@ CodeMirror.defineMode("verilog", function(config, parserConfig) {
369369

370370
blockCommentStart: "/*",
371371
blockCommentEnd: "*/",
372-
lineComment: "//"
372+
lineComment: "//",
373+
fold: "indent"
373374
};
374375
});
375376

0 commit comments

Comments
 (0)