sponsor Vim development Vim logo Vim Book Ad

systemverilog.vim : SystemVerilog syntax highlighting

 script karma  Rating 247/124, Downloaded by 11850  Comments, bugs, improvements  Vim wiki

created by
Stephen Hobbs
 
script type
syntax
 
description
Since there didn't seem to be a SystemVerilog syntax file yet for Vim, I wrote this.
It's based on the existing Verilog mode from Vim 6.3.
All language keywords are defined, as are most builtin method/task/function names.
 
install details
Put it in your runtime directory as per normal syntax files.
I use the following ~/.vim/filetype.vim to make it recognise any *.sv file as systemVerilog.

augroup filetypedetect
au BufNewFile,BufRead *.sv      setf systemverilog
augroup END
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
systemverilog.vim 0.1 2006-06-15 6.0 Stephen Hobbs Initial upload
ip used for rating: 18.116.15.31

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github