1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-29 01:19:50 +02:00

Merge pull request #78 from nl6720/master

Add zprofile, zlogin, zlogout to zsh
This commit is contained in:
Anthony Scopatz 2016-02-05 13:15:22 -05:00
commit 05f2fb449c

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[^\.]+$" syntax "zsh" "\.zsh$" "\.?(zshenv|zprofile|zshrc|zlogin|zlogout)$"
header "^#!.*/(env +)?zsh( |$)" header "^#!.*/(env +)?zsh( |$)"
## Numbers ## Numbers