diff options
author | Georg Brandl <georg@python.org> | 2011-03-20 23:16:04 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-03-20 23:16:04 +0100 |
commit | 1cbebc0f2477a92fbf6241b2479e094774c15df5 (patch) | |
tree | d16d2d47f43a21eaa9c5c9ea41ddb099f285617d /pygments/lexers/_mapping.py | |
parent | edbf2dd74cc18a6a9eaaf06143119fe041dcd27d (diff) | |
parent | a89631b2a28a72ea9248aaffeef20926b9336de7 (diff) | |
download | pygments-1cbebc0f2477a92fbf6241b2479e094774c15df5.tar.gz |
Merge with https://bitbucket.org/michaelmior/pygments-main/
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r-- | pygments/lexers/_mapping.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index c5789bb4..b3ab5b14 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -31,6 +31,7 @@ LEXERS = { 'AppleScriptLexer': ('pygments.lexers.other', 'AppleScript', ('applescript',), ('*.applescript',), ()), 'AsymptoteLexer': ('pygments.lexers.other', 'Asymptote', ('asy', 'asymptote'), ('*.asy',), ('text/x-asymptote',)), 'AutohotkeyLexer': ('pygments.lexers.other', 'autohotkey', ('ahk',), ('*.ahk', '*.ahkl'), ('text/x-autohotkey',)), + 'AwkLexer': ('pygments.lexers.other', 'Awk', ('awk', 'gawk', 'mawk', 'nawk'), ('*.awk',), ('application/x-awk')), 'BBCodeLexer': ('pygments.lexers.text', 'BBCode', ('bbcode',), (), ('text/x-bbcode',)), 'BaseMakefileLexer': ('pygments.lexers.text', 'Makefile', ('basemake',), (), ()), 'BashLexer': ('pygments.lexers.other', 'Bash', ('bash', 'sh', 'ksh'), ('*.sh', '*.ksh', '*.bash', '*.ebuild', '*.eclass'), ('application/x-sh', 'application/x-shellscript')), |