verilogams.vim : Highlighting scheme for Verilog-AMS
script karma |
Rating 32/14,
Downloaded by 2133 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Stephen Prather |
|
script type |
syntax |
|
description |
We're in 6.4 now, but unfortunately, Bram used the 1.0 version I sent him initially. I'll let him know that he can grab the latest version here for the 7.0 release.
So for the best highlighting experience, you should keep your own copy of 1.2 installed. |
|
install details |
Put verilogams.vim in ~/.vim/syntax/.
Create ~/.vim/filetype.vim (or edit it if you already have one) and add these lines:
augroup filetypedetect
au BufNewFile,BufRead *.va setf verilogams
au BufNewFile,BufRead *.vams setf verilogams
augroup END |
|
script versions (upload new version)
Click on the package to download.
verilogams.vim |
1.2 |
2005-09-15 |
6.0 |
Stephen Prather |
Some missing keywords fixed by Prasanna Tam. Thanks Prasanna! |
verilogams.vim |
1.1 |
2005-08-23 |
6.0 |
Stephen Prather |
* Added the metric scale factors to the number matcher. I still need to improve the number matcher a bit, but I don't have time now.
* I initially missed some of the type keywords like genvar. I think I got em all now. |
verilogams.vim |
1.0 |
2005-08-14 |
6.0 |
Stephen Prather |
Initial upload |
ip used for rating: 216.73.216.37
|