From efcbe1c0103d407602e586e2d9e4e89ec671926d Mon Sep 17 00:00:00 2001 From: nightwing Date: Sat, 7 Jun 2014 15:26:07 +0400 Subject: [PATCH] add todo reminder --- lib/ace/editor.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ace/editor.js b/lib/ace/editor.js index f77c5aa3..86630d9e 100644 --- a/lib/ace/editor.js +++ b/lib/ace/editor.js @@ -535,7 +535,8 @@ var Editor = function(renderer, session) { self.session.$bracketHighlight = self.session.addMarker(range, "ace_bracket", "text"); }, 50); }; - + + // todo: move to mode.getMatching this.$highlightTags = function() { var session = this.session;