Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 805 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 805 Bytes

SystemVerilog

Author: Jin Hong

Support SystemVerilog: indent, syntax highlight, matchit, snipMate and UVM support.

##About

The syntax file is modified from Vera syntax highlighting. The indent file is modified from Verilog indent file.


Installation

###With Pathogen

Check out from github

 cd ~/.vim/bundle
 git clone git://github.com/WeiChungWu/vim-SystemVerilog.git

###Manual install details Copy all files into your personal vim directory, keeping the directory structure.

  • Ex. copy ftdetect/systemverilog.vim to ~/.vim/ftdetect copy ftplugin/systemverilog.vim to ~/.vim/ftplugin copy indent/systemverilog.vim to ~/.vim/indent copy syntax/systemverilog*.vim to ~/.vim/syntax