diff --git a/misc/syntax/Syntax.in b/misc/syntax/Syntax.in
index 306d6f9..00519b5 100644
a
|
b
|
include diff.syntax |
37 | 37 | file ..\*\\.lsm$ LSM\sFile |
38 | 38 | include lsm.syntax |
39 | 39 | |
40 | | 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 |
| 40 | file .\*(bash(_completion|rc)|profile|\\.(sh|bash(rc|_(completion|profile|log(in|out)|aliases|exports|history))|profile|zlog(in|out)|zprofile|zsh(env|rc)))$ Shell\sScript ^#!\s\*/(.\*/|usr/bin/env\s)([a-z]?|ba|pdk)sh |
41 | 41 | include sh.syntax |
42 | 42 | |
| 43 | file ..\*\\.(busname|(auto)?mount|net(dev|work)|link|path|service|slice|socket|swap|target|timer)$ SystemD\sConfig |
| 44 | include ini.syntax |
| 45 | |
43 | 46 | file ..\*\\.((?i:pl|pm|psgi)|t)$ Perl\sProgram ^#!.\*([\s/]perl|@PERL@) |
44 | 47 | include perl.syntax |
45 | 48 | |