sponsor Vim development Vim logo Vim Book Ad

tforge.vim : Text::Forge syntax file

 script karma  Rating 1/1, Downloaded by 701  Comments, bugs, improvements  Vim wiki

created by
Jonathan Gardner
 
script type
syntax
 
description
This is the syntax file for Text::Forge templates. See http://text-forge.sf.net/ for more info on what Text::Forge is. This depends on a good html and perl syntax file, which comes with the default vim distribution.
 
install details
1) Move tforge.vim to your syntax directory (usually at $VIMRUNTIME/syntax/).

2) Add a few line to your filetype.vim script (usually at $VIMRUNTIME/filetype.vim):
\" Text::Forge
au BufNewFile,BufRead *.tf setf tforge

If you are editing a file that doesn't have \".tf\" on the end, then you can just do this to get the highlighting:
:setf tforge
 

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
tforge.vim 1.0 2002-07-11 6.0 Jonathan Gardner Initial upload
ip used for rating: 18.222.240.21

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