vscode-todo-highlight
vscode-todo-highlight copied to clipboard
Could you add serch by RegExp?
Could you add serch by RegExp like: "text": /\/\/ TODO./
Yes, via the todohighlight.keywordsPattern
option, you can specify a RegExp.
Note that todohighlights.keywords
will be ignored if todohighlight.keywordsPattern
is set.
Refer the README's example configuration for more info.