diff --git a/lib/bracket-matcher.coffee b/lib/bracket-matcher.coffee index 3cf7f72..4109337 100644 --- a/lib/bracket-matcher.coffee +++ b/lib/bracket-matcher.coffee @@ -48,6 +48,7 @@ class BracketMatcher insertText: (text, options) => return true unless text return true if options?.select or options?.undo is 'skip' + return true if options?.matchBrackets? and not options.matchBrackets return false if @wrapSelectionInBrackets(text) return true if @editor.hasMultipleCursors()