preservim / tagbar

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

Add universal-ctags Haskell support #849

Closed robinp closed 1 year ago

robinp commented 1 year ago

based on: Universal Ctags 5.9.0

Universal Ctags seems to have rudimentary Haskell support - doesn't emit nesting info like go's struct, but this is a beginning at least.

raven42 commented 1 year ago

Thanks for the contribution!