Skip to content

Instantly share code, notes, and snippets.

@W4RH4WK
Created December 27, 2015 19:39
Show Gist options
  • Select an option

  • Save W4RH4WK/33b60d972ae77bf78fa4 to your computer and use it in GitHub Desktop.

Select an option

Save W4RH4WK/33b60d972ae77bf78fa4 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
from pygments import lexers
for a in (alias for _, aliases, _, _ in lexers.get_all_lexers() for alias in aliases):
print(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment