diff options
author | Georg Brandl <georg@python.org> | 2014-09-16 20:36:59 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-16 20:36:59 +0200 |
commit | dc5e347d72ee03f968abad62c6d0be46f64e8f44 (patch) | |
tree | abc8dcd57f551e06c8a2712da53c4711d2a6da3f /pygments/lexers/_mapping.py | |
parent | f7e069092802ad2d156af8ff9f05efe14b00eeb3 (diff) | |
download | pygments-dc5e347d72ee03f968abad62c6d0be46f64e8f44.tar.gz |
move Hy to lisp, use words() in python.py
Diffstat (limited to 'pygments/lexers/_mapping.py')
-rw-r--r-- | pygments/lexers/_mapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/_mapping.py b/pygments/lexers/_mapping.py index f3c09f61..9907a9ac 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -153,7 +153,7 @@ LEXERS = { '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',), ()), - 'HyLexer': ('pygments.lexers.python', 'Hy', ('hylang',), ('*.hy',), ('text/x-hy', 'application/x-hy')), + 'HyLexer': ('pygments.lexers.lisp', 'Hy', ('hylang',), ('*.hy',), ('text/x-hy', 'application/x-hy')), 'HybrisLexer': ('pygments.lexers.other', 'Hybris', ('hybris', 'hy'), ('*.hy', '*.hyb'), ('text/x-hybris', 'application/x-hybris')), 'IDLLexer': ('pygments.lexers.math', 'IDL', ('idl',), ('*.pro',), ('text/idl',)), 'IdrisLexer': ('pygments.lexers.functional', 'Idris', ('idris', 'idr'), ('*.idr',), ('text/x-idris',)), |