Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: don't show () after function name in status line for Haskell; use different formatting for the kind #883

Open
cheater opened this issue Jun 18, 2024 · 0 comments

Comments

@cheater
Copy link

cheater commented Jun 18, 2024

Haskell doesn't use parentheses so it's kind of weird and ugly to see myfunc() in the status bar.

In the tagbar, currently function types and various other things are displayed with parens. For example:

function types
    myFunc((Num a) => a -> a -> a)

Please make it possible to instead have this:

function types
    myFunc :: (Num a) => a -> a -> a

with the ::, ->, and => highlighted in yellow like the Haskell syntax.

Both of those things should probably be a thing in g:tagbar_type_* settings.

This would make things much nicer for Haskell. Thank you for the support it has so far, it's great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant