mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Ticket #2127: updated file extension for "sh"
Removed spurious bash_userstuff from the regexp. Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
873880edc2
commit
4ce950c225
@ -37,7 +37,7 @@ include diff.syntax
|
|||||||
file ..\*\\.lsm$ LSM\sFile
|
file ..\*\\.lsm$ LSM\sFile
|
||||||
include lsm.syntax
|
include lsm.syntax
|
||||||
|
|
||||||
file .\*(bash_completion|profile|\\.(sh|bash_login|bash_profile|bash_logout|bash_aliases|bash_exports|bash_history|bash_userstuff|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))$ Shell\sScript ^#!\s\*/(.\*/|usr/bin/env\s)([a-z]?|ba|pdk)sh
|
||||||
include sh.syntax
|
include sh.syntax
|
||||||
|
|
||||||
file ..\*\\.(pl|PL|pm|PM)$ Perl\sProgram ^#!.\*([\s/]perl|@PERL@)
|
file ..\*\\.(pl|PL|pm|PM)$ Perl\sProgram ^#!.\*([\s/]perl|@PERL@)
|
||||||
|
Loading…
Reference in New Issue
Block a user