diff options
author | Tim Hatch <tim@timhatch.com> | 2013-05-06 14:18:01 -0700 |
---|---|---|
committer | Tim Hatch <tim@timhatch.com> | 2013-05-06 14:18:01 -0700 |
commit | 3ea722b4b51d7136a489dc58c2f9add443b7c697 (patch) | |
tree | 9762f213adaa42edbe4bbfcbc301293ac55bbf0a /pygments/lexers/_mapping.py | |
parent | d1f9e46ab7914aa877e46fe1e256bb35b0bd3c8b (diff) | |
parent | b519d0a1e1f028db0121d1df5325cce30a0b093b (diff) | |
download | pygments-3ea722b4b51d7136a489dc58c2f9add443b7c697.tar.gz |
Merged in ppannuto/pygments-main (pull request #166)
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 9313ae9c..c881209f 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -196,6 +196,7 @@ LEXERS = { 'NSISLexer': ('pygments.lexers.other', 'NSIS', ('nsis', 'nsi', 'nsh'), ('*.nsi', '*.nsh'), ('text/x-nsis',)), 'NasmLexer': ('pygments.lexers.asm', 'NASM', ('nasm',), ('*.asm', '*.ASM'), ('text/x-nasm',)), 'NemerleLexer': ('pygments.lexers.dotnet', 'Nemerle', ('nemerle',), ('*.n',), ('text/x-nemerle',)), + 'NesCLexer': ('pygments.lexers.compiled', 'nesC', ('nesc',), ('*.nc',), ('text/x-nescsrc',)), 'NewLispLexer': ('pygments.lexers.functional', 'NewLisp', ('newlisp',), ('*.lsp', '*.nl'), ('text/x-newlisp', 'application/x-newlisp')), 'NewspeakLexer': ('pygments.lexers.other', 'Newspeak', ('newspeak',), ('*.ns2',), ('text/x-newspeak',)), 'NginxConfLexer': ('pygments.lexers.text', 'Nginx configuration file', ('nginx',), (), ('text/x-nginx-conf',)), |