Top "Pygments" questions

A generic source code syntax highlighter written in Python.

Custom tag not loaded in template

I've created a custom tag that I want to use, but Django can't seem to find it. My templatetags directory …

django django-templates pygments
lexers vs parsers

Are lexers and parsers really that different in theory? It seems fashionable to hate regular expressions: coding horror, another blog …

parsing antlr lexer pygments
Source code highlighting in LaTeX

I need to highlight source code in LaTeX. The package listings seems to be the best choice for most use-cases …

latex syntax-highlighting pygments
Latex: Using Minted package - how do I make it wrap the text (linebreaks=true)

Im using the Pygments for a lot of things, and I'd like to also use this in my latex report. …

syntax latex pygments
Which Sphinx code-block language to use for JSON

I am using Sphinx to document a web service. I would like to show a formatted JSON web response using …

pygments python-sphinx
Github flavored Markdown and pygments highlighting in Jekyll

I've deployed my Jekyll blog on a VPS. I would now like to add Github-flavored Markdown to it, using Pygments …

github markdown jekyll pygments
Jekyll serve didn't work: It looks like you don't have pygments or one of its dependencies installed

Configuration file: /Users/andrechristoga/Documents/type-theme/_config.yml Deprecation: You appear to have pagination turned on, but you haven't included …

jekyll pygments
Jekyll on Windows: Pygments not working

I updated to the latest JekyllBuild (1.0.3) before I always used the RC. After updating the parsing of codes (with Pygments) …

ruby jekyll pygments
Change highlight colors in minted

I was setting up a nice environment to present my code in printed documentations. First I was using the lstlisting …

latex syntax-highlighting pygments
Highlight with Jekyll and pygments doesn't work

I want to use pygments with jekyll I have the following code: {% highlight java %} NullPointerException at org.springframework.core.GenericTypeResolver.…

jekyll pygments