1
1

* syntax/Syntax: Don't highlight csh scripts. Allow using

"/usr/bin/env" instead of the full path.
Этот коммит содержится в:
Pavel Roskin 2005-04-28 19:44:49 +00:00
родитель 2836321b37
Коммит bf7853c225
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
2005-04-28 Pavel Roskin <proski@gnu.org>
* syntax/Syntax: Don't highlight csh scripts. Allow using
"/usr/bin/env" instead of the full path.
2005-04-27 Leonard den Ottolander <leonard * den ottolander nl>
* AUTHORS: Added Pavel Shirshov and myself as contributors.

Просмотреть файл

@ -29,7 +29,7 @@ include diff.syntax
file ..\*\\.lsm$ LSM\sFile
include lsm.syntax
file ..\*\\.sh$ Shell\sScript ^#!\s\*/.\*/([a-z]?|ba|pdk)sh
file ..\*\\.sh$ Shell\sScript ^#!\s\*(/.\*/|/usr/bin/env\s\*)([abd-z]?|ba|pdk)sh
include sh.syntax
file ..\*\\.(pl|PL|pm|PM)$ Perl\sProgram ^#!\s\*(/.\*/perl|@PERL@)