Created
December 27, 2015 19:39
-
-
Save W4RH4WK/33b60d972ae77bf78fa4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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