preservim / tagbar

Vim plugin that displays tags in a window, ordered by scope
https://preservim.github.io/tagbar
Other
6.13k stars 487 forks source link

Add missing attributes and methods kinds on perl type #672 #677

Closed diegok closed 4 years ago

diegok commented 4 years ago

This adds info on two missing kinds over the perl type as explained by @raven42 on https://github.com/preservim/tagbar/pull/676

diegok commented 4 years ago

No. I've not checked exuberant-ctags. I only have universal. I've added to it just because I've seen both were the same. Do you need me to remove those changes from the legacy one?

diegok commented 4 years ago

I've removed the changes on the legacy exuberant-ctags file :+1:

raven42 commented 4 years ago

Looks good to me. Thanks for the PR @diegok. I've merged this one in as well as #676 with the extra protection around the unknown kinds.

diegok commented 4 years ago

Tank you @raven42 for pointing me on the right direction!