WeiChungWu / vim-SystemVerilog

SystemVerilog syntax highlight/indent support in vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SystemVerilog syntax highlight/indent support in vim

License:MIT License


Languages

Language:Vim Script 100.0%