upf.vim : Syntax for Unified Power Format files(UPF)
script karma |
Rating 11/6,
Downloaded by 1509 |
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!!
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.216.141.19
|