sponsor Vim development Vim logo Vim Book Ad

verilogams.vim : Highlighting scheme for Verilog-AMS

 script karma  Rating 28/13, Downloaded by 1921  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
 

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
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: 18.118.200.86

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