diff options
author | Georg Brandl <georg@python.org> | 2014-09-16 09:55:09 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-09-16 09:55:09 +0200 |
commit | 57a5e307fde4e78e1025c73f158e9f38709fd3df (patch) | |
tree | a7664976a7108c9de2641d2c2c3c49e5515a969a /pygments/lexers/_mapping.py | |
parent | 508e306f64288290c46602f904f8d25d867c0b50 (diff) | |
download | pygments-57a5e307fde4e78e1025c73f158e9f38709fd3df.tar.gz |
Nit lexer: add changelog entry, attribution, mapfile entry, cat all example files into one
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 b028aee6..d505dcf5 100644 --- a/pygments/lexers/_mapping.py +++ b/pygments/lexers/_mapping.py @@ -239,6 +239,7 @@ LEXERS = { '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',)), + 'NitLexer': ('pygments.lexers.compiled', 'Nit', ('nit',), ('*.nit',), ()), 'NixLexer': ('pygments.lexers.functional', 'Nix', ('nixos', 'nix'), ('*.nix',), ('text/x-nix',)), 'NumPyLexer': ('pygments.lexers.math', 'NumPy', ('numpy',), (), ()), 'ObjdumpLexer': ('pygments.lexers.asm', 'objdump', ('objdump',), ('*.objdump',), ('text/x-objdump',)), |