apiblueprint.vim icon indicating copy to clipboard operation
apiblueprint.vim copied to clipboard

Resource groups showing up as multiple introductions in TagBar

Open codeinabox opened this issue 9 years ago • 3 comments

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 avatar Jun 04 '16 21:06 codeinabox

@codeinabox Could you share an example blueprint please?

I'm seeing this work as expected:

screen shot 2016-06-04 at 14 19 07

kylef avatar Jun 04 '16 21:06 kylef

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

codeinabox avatar Jun 04 '16 21:06 codeinabox

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.

kylef avatar Nov 23 '16 22:11 kylef