haskelly-dev / Haskelly

Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
https://marketplace.visualstudio.com/items?itemName=UCL.haskelly
GNU General Public License v3.0
152 stars 17 forks source link

Prelude function highlighting #73

Closed willbasky closed 6 years ago

willbasky commented 6 years ago

haskelly There is prelude function highlighting in demo how haskelly works. Map and show. I can`t find how it is possible. Can somebody explain?

martrik commented 6 years ago

Hello @willbasky. This feature comes from the Haskell Syntax Highlight package which is automatically installed when you install Haskelly. If that wasn't the case you can manually do so in the Extensions menu of VS Code.

willbasky commented 6 years ago

Haskell Syntax Highlight was installed. But i didn`t see any prelude function highlighting.

martrik commented 6 years ago

I'm sorry to hear that. I encourage you to open an issue in their repo if you are still experiencing this problem. I'll close this issue as it isn't concerned with Haskelly directly.