Description
A Haskell syntax-highlighting library that uses GHC's lexer. It helps tools colorize or classify Haskell source code with tokenization that follows compiler behavior.
Developers use it in documentation tools, editors, static sites, and code viewers. Highlighting should be treated as visual aid; parsing or security decisions should not rely only on colored output.