Author: WeiChung Wu
Support SystemVerilog: indent, syntax highlight, matchit, snipMate
##About
The syntax file is modified from Vera syntax highlighting.
The indent file is modified from Verilog indent file.
###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.
copyftdetect/systemverilog.vim
to~/.vim/ftdetect
copyftplugin/systemverilog.vim
to~/.vim/ftplugin
copyindent/systemverilog.vim
to~/.vim/indent
copysyntax/systemverilog.vim
to~/.vim/syntax