recognize zsh-themes as zsh filetypes

This commit is contained in:
Andy Kluger
2017-02-21 14:56:57 -05:00
parent 043f7cdc47
commit 690610d4b1

View File

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