A generic source code syntax highlighter written in Python.
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 pygmentsI need to highlight source code in LaTeX. The package listings seems to be the best choice for most use-cases …
latex syntax-highlighting pygmentsIm using the Pygments for a lot of things, and I'd like to also use this in my latex report. …
syntax latex pygmentsI am using Sphinx to document a web service. I would like to show a formatted JSON web response using …
pygments python-sphinxConfiguration file: /Users/andrechristoga/Documents/type-theme/_config.yml Deprecation: You appear to have pagination turned on, but you haven't included …
jekyll pygmentsI updated to the latest JekyllBuild (1.0.3) before I always used the RC. After updating the parsing of codes (with Pygments) …
ruby jekyll pygmentsI was setting up a nice environment to present my code in printed documentations. First I was using the lstlisting …
latex syntax-highlighting pygmentsI want to use pygments with jekyll I have the following code: {% highlight java %} NullPointerException at org.springframework.core.GenericTypeResolver.…
jekyll pygments