New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken lexing, see http://pygments.org/docs/lexers/ #172

Merged
merged 1 commit into from Mar 30, 2016

Conversation

Projects
None yet
1 participant
@stevepiercy
Member

stevepiercy commented Mar 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.

Fix broken lexing, see http://pygments.org/docs/lexers/
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.

@stevepiercy stevepiercy merged commit e9d7d34 into Pylons:master Mar 30, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment