fix tiny typo in PLP::HowTo title
[perl/plp/.git] / plp.vim
diff --git a/plp.vim b/plp.vim
index 16fb92e5b9b15978d9f9f095f3459eee287fc6a2..9605a677a46bb1f693ea26bb416e94a187b8c44b 100644 (file)
--- a/plp.vim
+++ b/plp.vim
@@ -1,8 +1,9 @@
 " Vim syntax file
 " Language:    PLP (Perl in HTML)
-" Maintainer:  Juerd <juerd@juerd.nl>
-" Last Change: 2002 May 20 
+" Maintainer:  Shiar <perl@shiar.org>
+" Last Change: 2009 October 19
 " Cloned From: aspperl.vim
+" Author:      Juerd <juerd@juerd.nl>
 
 " Add to filetype.vim the following line (without quote sign):
 " au BufNewFile,BufRead *.plp setf plp
@@ -33,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