Menu:

Latest news:

चिंटू वापस हाजिर ...
Sun May 16 2010

सकाळने esakal.com ह्या संकेतस्थळाचे स्वरुप बदललेले आहे.


Read More...

Categories


मराठी लेखन

General

News

Personal

Technical

Travelogues

Archives


August, 2010

May, 2010

April, 2010

February, 2010

January, 2010

April, 2009

March, 2009

February, 2009

January, 2009

December, 2008

September, 2008

May, 2008

April, 2008

February, 2008

January, 2008

December, 2007

August, 2007

July, 2007

June, 2007

May, 2007

April, 2007

March, 2007

VIM syntax for Vera

Jul 13, 2007 by aditya
Vim is a highly configurable text editor built to enable efficient text editing.
It is an improved version of the vi editor distributed with most UNIX systems. Vim is distributed free as charityware
The official vim site is here.
This syntax file can be found here
The VBA package for syntax file can be found here

Description
Vera is a Hardware Verification Language sold by Synopsys.
This syntax also contains RVM keywords

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 auto-magically install it regardless of which-ever flavor of
operating system you are using VIM on!!

vim vera.vba
and followed by

:source %

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

happy vimming!!
Filed Under General , Technical

Comments

No comments yet

Add Comment

Note: All comments are moderated.
:

:
: