summaryrefslogtreecommitdiff
path: root/pygments/lexers/functional.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-09 17:32:53 +0100
committerGeorg Brandl <georg@python.org>2014-01-09 17:32:53 +0100
commitdbcb3df465137d3645a1cea00184fbb55af1d141 (patch)
tree55e4cb94b4a918c7785c2aef7bb7cf0304ed883f /pygments/lexers/functional.py
parentf705795d9bae48d496ab2df3ff916a06c3c192d2 (diff)
downloadpygments-dbcb3df465137d3645a1cea00184fbb55af1d141.tar.gz
lexer mapping update
Diffstat (limited to 'pygments/lexers/functional.py')
-rw-r--r--pygments/lexers/functional.py2
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']