diff options
author | Tim Hatch <tim@timhatch.com> | 2012-12-23 15:59:29 -0700 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2012-12-23 15:59:29 -0700 |
commit | aa1c5574ace09fd362528132dff5bf02c3945e21 (patch) | |
tree | 3a517a25682f19c2f2d13326a05e93f73c05ad98 /pygments/lexers/_mapping.py | |
parent | 33b11aa673efe7d697841758682170e991cbd8ed (diff) | |
download | pygments-aa1c5574ace09fd362528132dff5bf02c3945e21.tar.gz |
Integrate hxml lexer, with changes (PR#40)
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 68dd2660..b4706848 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -122,6 +122,7 @@ LEXERS = { '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.text', 'HTTP', ('http',), (), ()), + 'HxmlLexer': ('pygments.lexers.text', 'Hxml', ('haxeml', 'hxml'), ('*.hxml',), ()), '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',)), |