mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-29 10:34:43 +00:00
recognize zsh-themes as zsh filetypes
This commit is contained in:
parent
043f7cdc47
commit
690610d4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue