Created
August 19, 2012 08:37
-
-
Save mklymyshyn/3393686 to your computer and use it in GitHub Desktop.
Sphinx Doc JSON highlight extension
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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