@hackage highlighter20.2.5
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.
It's fork from original highlighter, with some changes for performance. This version work faster (5 - 10 times) for big files (> 1000 lines of code).
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.