Skip to content

Commit

Permalink
Option added to highlight both tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
sathyamoorthi committed Aug 26, 2013
1 parent 7c85791 commit 0cb9eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ define(function (require, exports, module) {
lineWrapping: _wordWrap,
styleActiveLine: _styleActiveLine,
matchBrackets: true,
matchTags: true,
matchTags: {bothTags: true},
dragDrop: false,
extraKeys: codeMirrorKeyMap,
autoCloseBrackets: _closeBrackets,
Expand Down

0 comments on commit 0cb9eb7

Please sign in to comment.