MarcWeber / hasktags

Produces ctags "tags" and etags "TAGS" files for Haskell programs
Other
127 stars 32 forks source link

Bugfix removed data ctor (when --ignore-close-implementation) and add support for Vim+Tagbar scopes and signatures. #13

Closed robinp closed 6 years ago

robinp commented 9 years ago

After the changes Tagbar takes up the tags and displays them like in the following picture:

image

dkasak commented 7 years ago

Is there a reason this was not merged or was it simply missed? Would it be merged if the conflicts were resolved?

jhenahan commented 7 years ago

I just took over maintaining this project, and I haven't had time to review most of the outstanding PRs, yet. I will be reviewing them more directly in the coming weeks.

dkasak commented 7 years ago

@jhenahan Okay, good to know, thanks!

jhenahan commented 6 years ago

Closing in favor of #44, but I will likely circle back on this to steal some of the helper functions.