Haskell Syntax Highlighting SupportSyntax highlighting support for Haskell and associated languages (e.g. Cabal, Happy and Alex) in Visual Studio Code. Syntax highlightingAdds syntax 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 BugsIf you happen to notice bugs or have suggestions for improvements visit the issue section of the repository. ThemesThis extension provides TextMate scopes for use in syntax highlighting, but the colours displayed depend on the theme being used. Unfortunately many themes have incomplete support for the different TextMate scopes, and as a result different tokens can end up with identical colours. For a theme that supports all the scopes provided by this extension, see the Groovy Lambda theme. Theme authorsI recently realized that I am woefully unaware of whether there are any themes with Haskell-specific rules and how changes to this extension affect such themes. If you are a theme author that wishes to use Haskell specific rules, or are aware of a theme with Haskell specific rules, feel free to get in touch. With version We now publish an automatically generated, complete list of the textmate scopes used in our grammars. You can find the lists of scopes in the scope-lists directory. ContributingThis project currently uses the
For testing, we use the Node package
To run the test-suite, simply call |