EscapeHTML function
[perl/plp/.git] / plp.vim
diff --git a/plp.vim b/plp.vim
index bc0fe83827ad0fc1aa1b36df82669fe3841fb42c..9605a677a46bb1f693ea26bb416e94a187b8c44b 100644 (file)
--- a/plp.vim
+++ b/plp.vim
@@ -1,7 +1,7 @@
 " Vim syntax file
 " Language:    PLP (Perl in HTML)
 " Maintainer:  Shiar <perl@shiar.org>
-" Last Change: 2002 May 20 
+" Last Change: 2009 October 19
 " Cloned From: aspperl.vim
 " Author:      Juerd <juerd@juerd.nl>
 
@@ -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