StarlaneStudios / vscode-comment-anchors

⚓A Visual Studio Code extension that adds support for comment anchors 🔭
https://marketplace.visualstudio.com/items?itemName=ExodiusStudios.comment-anchors
MIT License
206 stars 32 forks source link

[feat-req] Support for regex in tag value #137

Open jd-solanki opened 2 years ago

jd-solanki commented 2 years ago

Hi,

I am really enjoying this extension so far ❤️

I am a web developer and recently I thought about highlighting CSS properties that require RTL compatible style. I checked various extensions and then I thought why don't use this plugin to highlight the CSS properties I list. But unfortunately, it doesn't support regex or array for highlighting multiple words with the same style.

Regards.