emilast/vscode-logfile-highlighter

square brackets highlight

Closed this issue · 1 comments

"pattern": "\\[.*\\]",

this is supposed to match text within square brackets?

for me it highlights everythign between too, if there is more than one pattern per line. for me this works instead:

            "pattern": "\\[(.*?)\\]",
image

in comparison to suggestion from the README

image

Thank you, I will update the readme.