diff options
author | Georg Brandl <georg@python.org> | 2013-01-09 12:14:41 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-01-09 12:14:41 +0100 |
commit | 689d5ffc5d5a38e6ca38ef22db1c3c4357cd0fbf (patch) | |
tree | 1dc4a937d3f7e10f09aef36b39bbac7b23a0dac4 /pygments/lexers/_mapping.py | |
parent | 5d312870aa17cd405fbcff1e117afa8689a563ab (diff) | |
download | pygments-689d5ffc5d5a38e6ca38ef22db1c3c4357cd0fbf.tar.gz |
Move Puppet lexer to other.py, add changelog entry.
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 a6090c75..9bc8c395 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -208,7 +208,7 @@ LEXERS = { 'PrologLexer': ('pygments.lexers.compiled', 'Prolog', ('prolog',), ('*.prolog', '*.pro', '*.pl'), ('text/x-prolog',)), 'PropertiesLexer': ('pygments.lexers.text', 'Properties', ('properties',), ('*.properties',), ('text/x-java-properties',)), 'ProtoBufLexer': ('pygments.lexers.other', 'Protocol Buffer', ('protobuf',), ('*.proto',), ()), - 'PuppetLexer': ('pygments.lexers.puppet', 'Puppet', ('puppet',), ('*.pp',), ()), + 'PuppetLexer': ('pygments.lexers.other', 'Puppet', ('puppet',), ('*.pp',), ()), 'PyPyLogLexer': ('pygments.lexers.text', 'PyPy Log', ('pypylog', 'pypy'), ('*.pypylog',), ('application/x-pypylog',)), 'Python3Lexer': ('pygments.lexers.agile', 'Python 3', ('python3', 'py3'), (), ('text/x-python3', 'application/x-python3')), 'Python3TracebackLexer': ('pygments.lexers.agile', 'Python 3.0 Traceback', ('py3tb',), ('*.py3tb',), ('text/x-python3-traceback',)), |