Highlight Perl sources with @PERL@ on the first line.

This commit is contained in:
Pavel Roskin 2002-12-13 08:11:25 +00:00
parent 05a0c9236d
commit 4a8f3f2c2b

View File

@ -26,7 +26,7 @@ include lsm.syntax
file ..\*\\.sh$ Shell\sScript ^#!\s\*/.\*/([a-z]?|ba|pdk)sh
include sh.syntax
file ..\*\\.(pl|PL|pm|PM)$ Perl\sProgram ^#!\s\*/.\*/perl
file ..\*\\.(pl|PL|pm|PM)$ Perl\sProgram ^#!\s\*(/.\*/perl|@PERL@)
include perl.syntax
file ..\*\\.(py|PY)$ Python\sProgram ^#!\s\*/.\*/python