mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
Print pygments version
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from pygments import __version__
|
||||
from pygments.lexers import get_all_lexers
|
||||
|
||||
print "# AUTOMATICALLY GENERATED BY bin/pygments-lexers"
|
||||
print "# Pygments version %s" % __version__
|
||||
print "---"
|
||||
|
||||
for name, aliases, filenames, mimetypes in get_all_lexers():
|
||||
|
||||
Reference in New Issue
Block a user