vim: reset style at plp block start
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 27 Feb 2009 22:15:19 +0000 (23:15 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 21 Oct 2009 21:33:24 +0000 (23:33 +0200)
commit013d161878767916086b4a59a70e45cbeaf8731b
tree41cd9b6cb73978a3e83c18b14fd290d29fde287f
parent51d3d67a18705467fa51bb66805456a2502505f1
vim: reset style at plp block start

PLPperlblock should not be made 'transparent', because this incorrectly
preserves the current HTML highlight for default Perl code.  Mixing Perl and
HTML styling can lead to very strange and unwanted effects, like partially
marking the following code as a comment:

<!-- <: print not_a_comment(); :> -->
plp.vim