HalosGhost / pbpst

A command-line libcurl C client for pb deployments
GNU General Public License v2.0
44 stars 9 forks source link

Implement Support for Lexers #15

Closed HalosGhost closed 9 years ago

HalosGhost commented 9 years ago

Prerequisites

When a paste's content is text, the user can choose to have the paste processed with pygments for syntax-highlighting (and/or line-numbering). This is done through requesting the paste to be parsed with a lexer. Luckily, all we need to do is modify the URL returned to the user.

HalosGhost commented 9 years ago

via a0ac82c