add todo reminder

This commit is contained in:
nightwing 2014-06-07 15:26:07 +04:00
commit efcbe1c010

View file

@ -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;