X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/0daff7b8f9f15f54cfd2af57e4c8f868db199dda..51d3d67a18705467fa51bb66805456a2502505f1:/plp.vim diff --git a/plp.vim b/plp.vim index bc0fe83..9605a67 100644 --- a/plp.vim +++ b/plp.vim @@ -1,7 +1,7 @@ " Vim syntax file " Language: PLP (Perl in HTML) " Maintainer: Shiar -" Last Change: 2002 May 20 +" Last Change: 2009 October 19 " Cloned From: aspperl.vim " Author: Juerd @@ -34,7 +34,7 @@ syn cluster htmlPreproc add=PLPperlblock syn keyword perlControl PLP_END syn keyword perlStatementInclude include Include syn keyword perlStatementFiles ReadFile WriteFile Counter -syn keyword perlStatementScalar Entity AutoURL DecodeURI EncodeURI +syn keyword perlStatementScalar EscapeHTML Entity AutoURL DecodeURI EncodeURI syn cluster PLPperlcode contains=perlStatement.*,perlFunction,perlOperator,perlVarPlain,perlVarNotInMatches,perlShellCommand,perlFloat,perlNumber,perlStringUnexpanded,perlString,perlQQ,perlControl,perlConditional,perlRepeat,perlComment,perlPOD,perlHereDoc,perlPackageDecl,perlElseIfError,perlFiledescRead,perlMatch