sponsor Vim development Vim logo Vim Book Ad

velocity.vim-deprecated : Syntax file for velocity templates

 script karma  Rating 73/47, Downloaded by 3246  Comments, bugs, improvements  Vim wiki

created by
Antonio Terceiro
 
script type
syntax
 
description
velocity.vim adds syntax highlighting for velocity templates, a template engine for Java from the Jakarta Project (http://jakarta.apache.org/velocity).
 
install details
Copy the velocity.vim file into your ~/.vim/syntax/ directory, and add the following to you ~/.vim/filetype.vim file, inside the "augroup filedetect" block:

au! BufRead,BufNewFile *.vm  setfiletype velocity


For details about adding syntax highlighting support for new file types, read the help at  |:h mysyntaxfile<CR>| and |:h new-filetype<CR>| .
 

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
velocity.vim 0.2.1 2003-03-21 6.0 Antonio Terceiro Fixed the velocity reference syntax highlighting rule. Thanks to Philippe Paravicini <philippe.paravicini@datalex.com>.
velocity.vim 0.2 2003-02-05 6.0 Antonio Terceiro more complete version, based on the VTL Refernce guide at http://jakarta.apache.org/velocity/vtl-reference-guide.html
velocity.vim 0.1 2003-01-23 6.0 Antonio Terceiro Initial upload
ip used for rating: 216.73.216.130

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github