mikaeljorhult / brackets-todo

Brackets/Edge Code extension that displays all TODO comments in current document or project.
144 stars 37 forks source link

Refactor regular expression #3

Closed mikaeljorhult closed 11 years ago

mikaeljorhult commented 11 years ago

The regular expression should be able to trim any whitespace as well as closing tags for easier user customization. This would also allow removal of some trim function calls.