diff options
author | Georg Brandl <georg@python.org> | 2012-01-25 22:02:13 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-01-25 22:02:13 +0100 |
commit | 5d3d2cd47c5ce2bc0fdb803a4e62085d33984d80 (patch) | |
tree | b5609c083475df659c01b04e5493505c9c52eee1 /pygments/lexers/_mapping.py | |
parent | da871565fe8b3a3e909be3c08f8257e702a7ae74 (diff) | |
parent | b8a7fefafe6d0bf17d21115ef08071ad18490afe (diff) | |
download | pygments-5d3d2cd47c5ce2bc0fdb803a4e62085d33984d80.tar.gz |
Merged in dahlia/pygments-main (pull request #42)
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 641078af..0ed29c64 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -108,6 +108,7 @@ LEXERS = { 'HtmlLexer': ('pygments.lexers.web', 'HTML', ('html',), ('*.html', '*.htm', '*.xhtml', '*.xslt'), ('text/html', 'application/xhtml+xml')), 'HtmlPhpLexer': ('pygments.lexers.templates', 'HTML+PHP', ('html+php',), ('*.phtml',), ('application/x-php', 'application/x-httpd-php', 'application/x-httpd-php3', 'application/x-httpd-php4', 'application/x-httpd-php5')), 'HtmlSmartyLexer': ('pygments.lexers.templates', 'HTML+Smarty', ('html+smarty',), (), ('text/html+smarty',)), + 'HttpLexer': ('pygments.lexers.other', 'HTTP', ('http',), (), ()), 'HybrisLexer': ('pygments.lexers.other', 'Hybris', ('hybris', 'hy'), ('*.hy', '*.hyb'), ('text/x-hybris', 'application/x-hybris')), 'IniLexer': ('pygments.lexers.text', 'INI', ('ini', 'cfg'), ('*.ini', '*.cfg'), ('text/x-ini',)), 'IoLexer': ('pygments.lexers.agile', 'Io', ('io',), ('*.io',), ('text/x-iosrc',)), |