Skip to content

Instantly share code, notes, and snippets.

@mklymyshyn
Created August 19, 2012 08:37
Show Gist options
  • Select an option

  • Save mklymyshyn/3393686 to your computer and use it in GitHub Desktop.

Select an option

Save mklymyshyn/3393686 to your computer and use it in GitHub Desktop.
Sphinx Doc JSON highlight extension
def setup(sphinx):
from pygson.json_lexer import JSONLexer
sphinx.add_lexer("json", JSONLexer())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment