diff options
author | Christian Jann <christian.jann@ymail.com> | 2013-01-25 16:57:19 +0100 |
---|---|---|
committer | Christian Jann <christian.jann@ymail.com> | 2013-01-25 16:57:19 +0100 |
commit | 104824a65a67ae351fb64e255922cdf9a78578e4 (patch) | |
tree | 2e74c7f068a45bad5b8fca3a1e481113ade38025 /pygments/lexers/_mapping.py | |
parent | 642059317f66ea52cecd7ecf881896c353bcc3ef (diff) | |
download | pygments-104824a65a67ae351fb64e255922cdf9a78578e4.tar.gz |
Added ShellSessionLexer
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 f2d676cd..53e09176 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -257,6 +257,7 @@ LEXERS = { 'SchemeLexer': ('pygments.lexers.functional', 'Scheme', ('scheme', 'scm'), ('*.scm', '*.ss'), ('text/x-scheme', 'application/x-scheme')), 'ScilabLexer': ('pygments.lexers.math', 'Scilab', ('scilab',), ('*.sci', '*.sce', '*.tst'), ('text/scilab',)), 'ScssLexer': ('pygments.lexers.web', 'SCSS', ('scss',), ('*.scss',), ('text/x-scss',)), + 'ShellSessionLexer': ('pygments.lexers.shell', 'Shell Session', ('shell-session',), ('*.shell-session',), ('application/x-sh-session',)), 'SmaliLexer': ('pygments.lexers.dalvik', 'Smali', ('smali',), ('*.smali',), ('text/smali',)), 'SmalltalkLexer': ('pygments.lexers.other', 'Smalltalk', ('smalltalk', 'squeak'), ('*.st',), ('text/x-smalltalk',)), 'SmartyLexer': ('pygments.lexers.templates', 'Smarty', ('smarty',), ('*.tpl',), ('application/x-smarty',)), |