diff options
author | Georg Brandl <georg@python.org> | 2009-06-24 06:34:25 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-06-24 06:34:25 +0000 |
commit | a3c852dd6d84c410b47cd90fe60be5e679acb081 (patch) | |
tree | f4b19f28fb7c462720dbe7f31a5114d0a01c4f54 /pygments/lexers/_mapping.py | |
parent | 4f749d742295dbbe026f6dd59027ab6653d1202f (diff) | |
download | pygments-a3c852dd6d84c410b47cd90fe60be5e679acb081.tar.gz |
Regenerate mapfile.
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 06d86c66..cc182d6d 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -120,6 +120,7 @@ LEXERS = { 'MyghtyLexer': ('pygments.lexers.templates', 'Myghty', ('myghty',), ('*.myt', 'autodelegate'), ('application/x-myghty',)), 'MyghtyXmlLexer': ('pygments.lexers.templates', 'XML+Myghty', ('xml+myghty',), (), ('application/xml+myghty',)), 'NasmLexer': ('pygments.lexers.asm', 'NASM', ('nasm',), ('*.asm', '*.ASM'), ('text/x-nasm',)), + 'NewspeakLexer': ('pygments.lexers.other', 'Newspeak', ('newspeak',), ('*.ns2',), ('text/x-newspeak',)), 'NginxConfLexer': ('pygments.lexers.text', 'Nginx configuration file', ('nginx',), (), ('text/x-nginx-conf',)), 'NumPyLexer': ('pygments.lexers.math', 'NumPy', ('numpy',), (), ()), 'ObjdumpLexer': ('pygments.lexers.asm', 'objdump', ('objdump',), ('*.objdump',), ('text/x-objdump',)), |