Resource groups showing up as multiple introductions in TagBar
I've noticed that the resource groups in the tag bar are also showing up in the TagBar as introductions. Unfortunately I don't think negative look ahead assertions are possible with Ctags.
@codeinabox Could you share an example blueprint please?
I'm seeing this work as expected:
Ah but your resource groups are prefixed with ## but I am prefixing with a single # as per the specification https://apiblueprint.org/documentation/specification.html#def-resourcegroup-section
Ah but your resource groups are prefixed with
##but I am prefixing with a single#as per the specification https://apiblueprint.org/documentation/specification.html#def-resourcegroup-section
That's right, since my resource groups are inside the the API section (# My API) then they are a sub-section (##) inside.
The plugin should support both though.