sponsor Vim development Vim logo Vim Book Ad

epperl.vim : Syntax highlighting for EP-PERL files

 script karma  Rating 0/0, Downloaded by 1028  Comments, bugs, improvements  Vim wiki

created by
Avshalom Ish-Lev
 
script type
syntax
 
description
Allows syntax highlighting for EP-PERL scripts.
Supports the <EP-PERL>, <EP-IF> and <EP-COMMENT> tags.
support for the other tags might be enabled in later versions.
 
install details
just copy to your syntax library, and add the following in your ~/.vimrc file:
augroup filetypedetect
autocmd! BufNewFile,BufRead *.ep,*.nep setf epperl
augroup END
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
epperl.vim 1.2 2003-05-28 6.0 Avshalom Ish-Lev * added support for highlighting perl vars inside the HTML section.
* fixed highlighting of any text (instead of the perl greyish color, it was blue)
epperl.vim v1.1 2003-05-25 6.0 Avshalom Ish-Lev Initial upload
ip used for rating: 216.73.216.36

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github