sponsor Vim development Vim logo Vim Book Ad

vera.vim : Syntax for OpenVera language

 script karma  Rating 9/3, Downloaded by 1009  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
 

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
vera.vba 0.2 2008-06-12 7.0 Aditya Kher vba for vim 7.0 or better
vera.vim 0.1 2008-06-12 6.0 Aditya Kher Initial upload
ip used for rating: 18.219.236.62

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