Skip to content

RoaLogic/vi_systemverilog_syntax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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