GrahamDumpleton / wrapt

A Python module for decorators, wrappers and monkey patching.
BSD 2-Clause "Simplified" License
2.06k stars 231 forks source link

Add syntax highlighting to blog posts #162

Closed adamchainz closed 3 years ago

adamchainz commented 4 years ago

I found myself rereading your great blog posts this morning. I find code easier to read with appropriate syntax highlighting, so have added the appropriate highlighting declarations for all code blocks.

adamchainz commented 4 years ago

You can check out how GitHub renders these changes with "view file" from the "files changed" tab; for example here's the first post.

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 94.159% when pulling b4dbbe397e49d3d925dd009a946d3cef32011c39 on adamchainz:blog_posts_syntax_highlighting into 264c06fd3850bd0cda6917ca3e87417b573e023f on GrahamDumpleton:develop.

GrahamDumpleton commented 3 years ago

Thanks. Finally got a few days to work on wrapt due to work giving us a week off, so if got any other changes like to see done, good time to suggest them. :-)