mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +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