From 3fb33bdc1faab68e08f561a0cd04bd4282674c1d Mon Sep 17 00:00:00 2001 From: nl6720 Date: Fri, 5 Feb 2016 18:34:08 +0200 Subject: [PATCH] Add zprofile, zlogin, zlogout to zsh --- zsh.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.nanorc b/zsh.nanorc index d9949b6..618b250 100644 --- a/zsh.nanorc +++ b/zsh.nanorc @@ -1,5 +1,5 @@ ## Syntax highlighting for ZSH scripts (initially copied from sh.nanorc) -syntax "zsh" "\.zsh[^\.]+$" +syntax "zsh" "\.zsh$" "\.?(zshenv|zprofile|zshrc|zlogin|zlogout)$" header "^#!.*/(env +)?zsh( |$)" ## Numbers