summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/devtools/front_end/cm/clike.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/devtools/front_end/cm/clike.js')
-rw-r--r--chromium/third_party/WebKit/Source/devtools/front_end/cm/clike.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/devtools/front_end/cm/clike.js b/chromium/third_party/WebKit/Source/devtools/front_end/cm/clike.js
index 3fcc1a757b2..f6626cd0ea2 100644
--- a/chromium/third_party/WebKit/Source/devtools/front_end/cm/clike.js
+++ b/chromium/third_party/WebKit/Source/devtools/front_end/cm/clike.js
@@ -158,7 +158,8 @@ CodeMirror.defineMode("clike", function(config, parserConfig) {
electricChars: "{}",
blockCommentStart: "/*",
blockCommentEnd: "*/",
- lineComment: "//"
+ lineComment: "//",
+ fold: "brace"
};
});