From a317b628481038f8ee2902105b7db162546bfd19 Mon Sep 17 00:00:00 2001 From: Polynomial-C Date: Sat, 9 Mar 2013 10:51:43 +0400 Subject: [PATCH] Ticket #2950: support of ZSH config files syntax highlighting. Signed-off-by: Andrew Borodin --- misc/syntax/Syntax.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/syntax/Syntax.in b/misc/syntax/Syntax.in index 6e53ad20a..ccf3c7dcb 100644 --- a/misc/syntax/Syntax.in +++ b/misc/syntax/Syntax.in @@ -37,7 +37,7 @@ include diff.syntax file ..\*\\.lsm$ LSM\sFile include lsm.syntax -file .\*(bash_completion|profile|\\.(sh|bash_login|bash_profile|bash_logout|bash_aliases|bash_exports|bash_history|bashrc|profile))$ Shell\sScript ^#!\s\*/(.\*/|usr/bin/env\s)([a-z]?|ba|pdk)sh +file .\*(bash_completion|profile|\\.(sh|bash_login|bash_profile|bash_logout|bash_aliases|bash_exports|bash_history|bashrc|profile|zlogin|zlogout|zprofile|zshenv|zshrc))$ Shell\sScript ^#!\s\*/(.\*/|usr/bin/env\s)([a-z]?|ba|pdk)sh include sh.syntax file ..\*\\.(pl|PL|pm|PM|psgi|PSGI)$ Perl\sProgram ^#!.\*([\s/]perl|@PERL@) -- 2.11.4.GIT