Gruntfuggly / todo-tree

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

Razor comments #818

Open Neogamezzz opened 5 months ago

Neogamezzz commented 5 months ago

How to exclude symbols "*@" at end of Razor comments?

I have this regex "((@*|//|/*|<!--)\s*($TAGS))" and it matches properly the symbols that are at the end of comments in all other file types except .razor.

Razor



For example, in .html files it works fine:

HTML