Open
Description
Not sure whether this is the right repo. But using NVim with melange, the Data.Text
part of these imports are colored differently:
import Data.Text (Text)
import Data.Text qualified as T
That ends up showing a weird mix, if you sort your imports by module path instead of whether they are qualified or not.
If this is the intended behaviour, feel free to close. But I would like to hear if there are any suggestions for coloring these similarity. Or is it the responsibility of the queries? Not sure which queries are in this repo.
But it looks like the conflicting colors are @constructor
and @namespace
, judging by :Inspect
. And in the unqualified example, the module path is a @constructor
. That doesn't really make sense to me, is that intentional?
Metadata
Metadata
Assignees
Labels
No labels