From 0a623a10c7e89a80b6dc74445a0ae6240f65723e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 13 Jul 2011 12:19:57 +0000 Subject: * Allow a default value in attribute selection by writing x.y.z or default (as originally proposed in https://mail.cs.uu.nl/pipermail/nix-dev/2009-September/002989.html). For instance, an expression like stdenv.lib.attrByPath ["features" "ckSched"] false args can now be written as args.features.ckSched or false --- misc/emacs/nix-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/emacs/nix-mode.el b/misc/emacs/nix-mode.el index 22e735b8936c..306d478bd8d8 100644 --- a/misc/emacs/nix-mode.el +++ b/misc/emacs/nix-mode.el @@ -67,7 +67,7 @@ The hook `nix-mode-hook' is run when Nix mode is started. (defvar nix-keywords '("\\" "\\" "\\" "\\" "\\" - "\\" "\\" "\\" "\\" + "\\" "\\" "\\" "\\" "\\" ("\\" . font-lock-builtin-face) ("\\" . font-lock-builtin-face) ("\\" . font-lock-builtin-face) -- cgit 1.4.1