11Jan/110
Bluespec Syntax Highlighting for Vim
Here goes a little tip for those who like to use Vim editor to program in Bluespec but gets bored with all your code in gray lines.
Just copy the directory structure inside of $BLUESPEC_HOME/util/vim/ to your home .vim directory (~/.vim) to get syntax highlighting working for bsv files.
mkdir ~/.vim # Only if you don't have vim directory yet.
cd $BLUESPEC_HOME/util/vim/
cp -r * ~/.vim
Now you don't need to load Bluespec Workstation just to get some color in Vim editor