vera.vim : Syntax for OpenVera language
script karma |
Rating 9/3,
Downloaded by 1168 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Aditya Kher |
|
script type |
syntax |
|
description |
Vera is a Hardware Verification Language sold by Synopsys.
This syntax also contains RVM keywords and has been updated for vera 6.3.0 and RVM 8.6
cheers!
|
|
install details |
Step 1: drop the file in ~/.vim/syntax (if the directory does not exist then create it)
Note: If you are using vim 7.0 or better, you can source vera.vba to autoinstall it regardless of which flavor of
operating system you are using VIM on!!
Step 2: Append following lines in ~/.vim/filetype.vim
if exists("did_load_filetypes")
finish
endif
augroup filetypedetect
au! BufRead,BufNewFile *.vr setfiletype vera
au! BufRead,BufNewFile *.vrh setfiletype vera
augroup END
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.119.136.32
|