About

Metadata

  • Last updated , by chemist
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: chemistmail@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    executable (off by default)

    Install a "highlighter" executable for highlighting source code as HTML.

Readme

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.