add todo reminder
This commit is contained in:
parent
511faeeaae
commit
efcbe1c010
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue