Zxynine / EvenBetterComments

My take on the better-comments extension which incorporates many pull requests and multi tag definitions
https://marketplace.visualstudio.com/items?itemName=Tion.evenbettercomments
MIT License
11 stars 1 forks source link

Regex incorrectly looks for end of line #11

Closed Zxynine closed 1 year ago

Zxynine commented 1 year ago

With the most recent update, the parser was using the regex ([ \t]+|[:$]) to find separators for tags, it does NOT behave like I thought it would, $ behaves like the character, not end of line. image image image image