petermckeeverPerform / themepy

An open source theme selector for matplotlib
MIT License
72 stars 9 forks source link

Add python syntax highlighting for the code in the readme #7

Closed JonnyCBB closed 3 years ago

JonnyCBB commented 3 years ago

Summary

Adds python syntax highlighting so code blocks in the readme no longer look like this:

import sys
sys.path.append("..")
import themepy

but instead, they look like this

import sys
sys.path.append("..")
import themepy