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
205 stars 32 forks source link

feat: text decoration styling #216

Closed Zodsmar closed 7 months ago

Zodsmar commented 8 months ago

Added feature from #215

Tag highlighting was missing the ability to do custom text decoration like line-through, underline, etc. This PR exposes text decoration (the same way border styling is exposed)

macjuul commented 7 months ago

Looks good to me!