diff options
author | Georg Brandl <georg@python.org> | 2014-01-09 17:32:53 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-09 17:32:53 +0100 |
commit | dbcb3df465137d3645a1cea00184fbb55af1d141 (patch) | |
tree | 55e4cb94b4a918c7785c2aef7bb7cf0304ed883f /pygments/lexers/functional.py | |
parent | f705795d9bae48d496ab2df3ff916a06c3c192d2 (diff) | |
download | pygments-dbcb3df465137d3645a1cea00184fbb55af1d141.tar.gz |
lexer mapping update
Diffstat (limited to 'pygments/lexers/functional.py')
-rw-r--r-- | pygments/lexers/functional.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/lexers/functional.py b/pygments/lexers/functional.py index 5535fff7..faccb2f5 100644 --- a/pygments/lexers/functional.py +++ b/pygments/lexers/functional.py @@ -2367,7 +2367,7 @@ class NixLexer(RegexLexer): """ name = 'Nix' - aliases = ['nixos'] + aliases = ['nixos', 'nix'] filenames = ['*.nix'] mimetypes = ['text/x-nix'] |