My Vim Syntax Files

I started using the OMNeT++ network simulator and I couldn't fine a vim syntax file for its NED files. So I wrote a (simple) one.
You can get it here. Version 0.2, 28.11.2005

To install it, copy it to your ~/.vim/syntax directory and add following line to your .vimrc configuration file:
au BufNewFile,BufRead *.ned set syntax=ned