From 8fa1d103d41445677bf9f692852160b0189a44c5 Mon Sep 17 00:00:00 2001 From: Dan Kaplun Date: Sun, 4 Feb 2018 12:18:29 -0500 Subject: [PATCH] Add .zsh-theme ext to zsh.nanorc --- zsh.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.nanorc b/zsh.nanorc index fa57200..4e77b36 100644 --- a/zsh.nanorc +++ b/zsh.nanorc @@ -1,5 +1,5 @@ ## Syntax highlighting for ZSH scripts (initially copied from sh.nanorc) -syntax "ZSH" "\.zsh$" "\.?(zshenv|zprofile|zshrc|zlogin|zlogout)$" +syntax "ZSH" "\.zsh$" "\.?(zshenv|zprofile|zshrc|zlogin|zlogout|zsh-theme)$" header "^#!.*/(env +)?zsh( |$)" ## Numbers