Merge pull request #556 from AndydeCleyre/feature/zsh-theme-syntax

recognize zsh-themes as zsh filetypes
This commit is contained in:
Zachary Yedidia
2017-02-21 15:31:56 -05:00
committed by GitHub

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