Skip to content

Commit

Permalink
Add auto generated comment to lexer dump
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed May 25, 2011
1 parent a40b79a commit 722be40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/pygments-lexers
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from pygments.lexers import get_all_lexers

print "# AUTOMATICALLY GENERATED BY bin/pygments-lexers"
print "---"

for name, aliases, filenames, mimetypes in get_all_lexers():
Expand Down
1 change: 1 addition & 0 deletions lib/linguist/lexers.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# AUTOMATICALLY GENERATED BY bin/pygments-lexers
---
- !ruby/struct:Linguist::Lexer
name: JavaScript+Mako
Expand Down

0 comments on commit 722be40

Please sign in to comment.