doublep / logview

Emacs mode for viewing log files
GNU General Public License v3.0
154 stars 18 forks source link

Fail to highlight the entry that has "[]" in the thread name #2

Closed leodream closed 8 years ago

leodream commented 8 years ago

When there are "[", "]" in the name of a thread, logview would highlight the entry incorrectly. selection_165

I guess this is a reasonable naming? Will logview support to such format?

doublep commented 8 years ago

Note that only one level of nested parens is allowed after this commit and the parens must match each other. I.e. [foo [bar] baz] is valid, but [foo [bar baz] or [foo (bar] baz] are not and will not be seen as entry headers.