@hackage highlighter20.2.4
source code highlighting
Categories
License
BSD-3-Clause
Maintainer
chemistmail@gmail.com
Links
Versions
Installation
Dependencies (8)
- base >=4 && <5
- blaze-html
- bytestring
- containers
- filepath
- mtl >=2.2.1 Show all…
Dependents (2)
@hackage/difftodo, @hackage/acme-everything
Package Flags
executable
(off by default)
Install a "highlighter" executable for highlighting source code as HTML.
Processes source code using tons of lexers, tokenizing it and formatting it as e.g. HTML.
Very similar to the Python Pygments library; many lexers directly converted from it.