systemverilog.vim : SystemVerilog syntax highlighting
script karma |
Rating 247/124,
Downloaded by 12923 |
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
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.222.22.193
|