Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upFix broken lexing, see http://pygments.org/docs/lexers/ #172
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stevepiercy commentedMar 30, 2016
Do not use "..." for elided output in code. Use a comment or nothing.
Sphinx interprets the lack of a language lexer as Python, which will break lexing of non-Python syntax highlighting.