sponsor Vim development Vim logo Vim Book Ad

upf.vim : Syntax for Unified Power Format  files(UPF)

 script karma  Rating 11/6, Downloaded by 1345  Comments, bugs, improvements  Vim wiki

created by
Aditya Kher
 
script type
syntax
 
description
UPF provides the ability for electronic systems to be designed with
power as a key consideration early in the process.
The current Working Group’s website address is  www.accellera.org/activities/upf

 
install details
Following steps are valid for UNIX. For windows, suitable equivalents need to be used

Step 1: Untar the archive upf.tar.gz

If you already have ~/.vim ~/.vim/syntax and ~/.vim/filetype.vim then skip  Step 2

Step 2: If you don't have ~/.vim then
         % mv upf_syntax ~/.vim
         Skip Step 3

Step 3: Append the lines from upf_syntax/filetype.vim to ~/.vim/filetype.vim
             or  Drop upf_syntax/syntax/upf.vim in ~/.vim/syntax/

          if exists("did_load_filetypes")
          finish
          endif
          augroup filetypedetect
          au! BufRead,BufNewFile *.upf setfiletype upf
          augroup END


Happy vimming!!
 

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
upf.vba 0.2 2008-06-12 7.0 Aditya Kher vba for vim 7.0 or better
upf.tar.gz 0.1 2008-05-22 6.0 Aditya Kher Initial upload
ip used for rating: 3.141.100.120

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