Add .zsh-theme ext to zsh.nanorc

This commit is contained in:
Dan Kaplun 2018-02-04 12:18:29 -05:00
parent dbb70b17e7
commit 8fa1d103d4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
## Syntax highlighting for ZSH scripts (initially copied from sh.nanorc) ## 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( |$)" header "^#!.*/(env +)?zsh( |$)"
## Numbers ## Numbers