VIM Syntax file for SystemVerilog
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