Skip to content

Instantly share code, notes, and snippets.

@wouterj
Created June 3, 2014 16:14
Show Gist options
  • Select an option

  • Save wouterj/df19cacdd0440a954fc6 to your computer and use it in GitHub Desktop.

Select an option

Save wouterj/df19cacdd0440a954fc6 to your computer and use it in GitHub Desktop.
# formats array
formats = {
# ...
'varnish-3': 'Varnish 3',
'varnish-4': 'Varnish 4'
}
"""
in conf.py
"""
from pygments.lexers.compiled import CLexer
# ...
lexers['varnish-3'] = CLexer()
lexers['php-symfony'] = CLexer()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment