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

Incorrect match for "LINK" anchor #97

Closed WilliamVenner closed 3 years ago

WilliamVenner commented 3 years ago

image

Language is Lua.

macjuul commented 3 years ago

Hello!

Sometimes the default configuration doesn't always work for each project or language. In this case I would suggest tweaking your global or workspace settings and alter the commentAnchors.tags.separators list to force anchors to be followed by a specific pattern, such as a colon.

image