Skip to content

WeiChungWu/vim-SystemVerilog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemVerilog

Author: WeiChung Wu

Support SystemVerilog: indent, syntax highlight, matchit

##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

Releases

No releases published

Packages

No packages published