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
212 stars 33 forks source link

epic anchors only work at top level #134

Closed dbramblett closed 2 years ago

dbramblett commented 2 years ago

I can only add an anchor with a epic attribute at the top most level in a document. If I attempt to put it under even one layer of a region anchor pair, it goes unrecognized.

The following example in LUA works.

-- SECTION
-- !SECTION
-- FIXME[epic=Test]

This does not

-- SECTION
-- FIXME[epic=Test]
-- !SECTION
macjuul commented 2 years ago

This issue will be fixed in the next release

dbwodlf3 commented 2 years ago

yet doesn't be fixed...