Skip to content

SystemVerilog syntax highlight/indent support in vim

License

Notifications You must be signed in to change notification settings

shgoupf/vim-SystemVerilog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SystemVerilog

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.


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

About

SystemVerilog syntax highlight/indent support in vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%