systemverilog.vim : SystemVerilog syntax highlighting
| script karma |
Rating 248/125,
Downloaded by 13293 |
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: 216.73.216.208
|