diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/emacs/nix-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/emacs/nix-mode.el b/misc/emacs/nix-mode.el index f874370a6789..d98353177c59 100644 --- a/misc/emacs/nix-mode.el +++ b/misc/emacs/nix-mode.el @@ -66,8 +66,8 @@ The hook `nix-mode-hook' is run when Nix mode is started. (defvar nix-keywords - '("\\<if\\>" "\\<then\\>" "\\<else\\>" "\\<assert\\>" - "\\<let\\>" "\\<rec\\>" "\\<inherit\\>" + '("\\<if\\>" "\\<then\\>" "\\<else\\>" "\\<assert\\>" "\\<with\\>" + "\\<let\\>" "\\<in\\>" "\\<rec\\>" "\\<inherit\\>" ("\\<true\\>" . font-lock-builtin-face) ("\\<false\\>" . font-lock-builtin-face) ("\\<null\\>" . font-lock-builtin-face) |