Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.43k stars 139 forks source link

Not Working for VB Scripts #726

Closed irahhari closed 1 year ago

irahhari commented 1 year ago

As you can see from the image, TODOs which are present in a line starting with single quote, the extension is not highlighting it. But the extension is working properly for TODO in the line which doesn't start with single quote. image

Gruntfuggly commented 1 year ago

Have you modified the settings to work with VB scripts? It doesn't support it out of the box. You'll need to add the single quote to the starting section of the regex. Please see the examples in the Wiki.

irahhari commented 1 year ago

I didn't know the regex, which is why I was clueless. After studying it for sometime, I got it and even posted the regex in the Wiki page for other's reference.

Gruntfuggly commented 1 year ago

Thanks - I wish a few more people would do the same!