diff options
author | Georg Brandl <georg@python.org> | 2011-06-07 18:11:33 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-06-07 18:11:33 +0200 |
commit | f518ef6c7a6ecad8b59be6532a03da3f67ebcdec (patch) | |
tree | e858eb50a8f31c168c904eef08f61f8aafb5fc09 /pygments/lexers/_mapping.py | |
parent | a6b53d5f477d36d73e281f597b1f5da49071615f (diff) | |
parent | dc887220a592b9122b383575136e22246fe861e3 (diff) | |
download | pygments-f518ef6c7a6ecad8b59be6532a03da3f67ebcdec.tar.gz |
merge with ziaw/pygments-main
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 f6dfb56f..a39b40f2 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -145,6 +145,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',)), + 'NemerleLexer': ('pygments.lexers.dotnet', 'Nemerle', ('nemerle',), ('*.n',), ('text/x-nemerle',)), 'NewspeakLexer': ('pygments.lexers.other', 'Newspeak', ('newspeak',), ('*.ns2',), ('text/x-newspeak',)), 'NginxConfLexer': ('pygments.lexers.text', 'Nginx configuration file', ('nginx',), (), ('text/x-nginx-conf',)), 'NimrodLexer': ('pygments.lexers.compiled', 'Nimrod', ('nimrod', 'nim'), ('*.nim', '*.nimrod'), ('text/x-nimrod',)), |