siawyoung / language-haskell

Highlighting support for the Haskell language in visual studio code.

Home Page:https://marketplace.visualstudio.com/items/justusadam.language-haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Haskell Language support

Support for the Haskell programming language in visual studio code.

Highlighting

Adds highlighting support for Haskell (.hs and .lhs). This is a (now heavily) modified version of the syntax file from the Haskell TextMate bundle. Additionally there is support for Cabal files (.cabal) via a concoction of my own.

Also adds automatic indentation after where, do, -> etc. and surrounding brackets ([], {} etc)

Screenshot Haskell

Screenshot Cabal

Bugs

If you happen to notice bugs or have suggestions for improvements visit the issue section of the repository.

Contributors

Thanks to @Miguel-Fontes for enabling support for literate Haskell.

About

Highlighting support for the Haskell language in visual studio code.

https://marketplace.visualstudio.com/items/justusadam.language-haskell

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 73.4%Language:TypeScript 26.6%