Add .zsh-theme ext to zsh.nanorc

pull/165/head
Dan Kaplun 6 years ago
parent dbb70b17e7
commit 8fa1d103d4

@ -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

Loading…
Cancel
Save