Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7048 from adobe/randy/issue-6023
Browse files Browse the repository at this point in the history
Increase matchBrackets length
  • Loading branch information
RaymondLim committed Apr 17, 2014
2 parents 8ab46c2 + 126f448 commit 748d512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/Editor.js
Expand Up @@ -265,7 +265,7 @@ define(function (require, exports, module) {
indentWithTabs : currentOptions[USE_TAB_CHAR],
lineNumbers : currentOptions[SHOW_LINE_NUMBERS],
lineWrapping : currentOptions[WORD_WRAP],
matchBrackets : true,
matchBrackets : { maxScanLineLength: 50000, maxScanLines: 1000 },
matchTags : { bothTags: true },
scrollPastEnd : !range && currentOptions[SCROLL_PAST_END],
smartIndent : currentOptions[SMART_INDENT],
Expand Down

0 comments on commit 748d512

Please sign in to comment.