Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork483
Open
Description
Haskell doesn't use parentheses so it's kind of weird and ugly to seemyfunc() 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 -> awith the::,->, and=> highlighted in yellow like the Haskell syntax.
Both of those things should probably be a thing ing:tagbar_type_* settings.
This would make things much nicer for Haskell. Thank you for the support it has so far, it's great!
Metadata
Metadata
Assignees
Labels
No labels