Github Gists syntax highlight is not working
You have to add an extension for your language. Add .py not .md if you want python highlighting.
Here's the solution:
You need to place a proper file extension for the filename you are trying to save, for example
Python RegEx
should become
Python RegEx.md
Spaces are ignored.
You need to change the file extension to .md
Here's my fork of your gist