Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 547 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 547 Bytes

vi_systemverilog_syntax

VIM Syntax file for SystemVerilog

VIM uses hidden files in the home directory to provide custom syntax coloring. The provided files allow syntax colors for SystemVerilog files and the automatic detection based on the .sv and .svh extensions.

The extensions are set in .vim/ftdetect/systemverilog.vim
The color syntax is set in .vim/syntax/systemverilog.vim

Copy or link these files to your home directory in the hidden .vim subdirectory.
Thus:
~/.vim/ftdetect/systemverilog.vim
~/.vim/syntax/systemverilog.vim