// Howto: install fsp's vi plugin 1. Copy the "fsp.vim" file into the "$HOME/.vim/syntax/" directory. 2. Edit the "$HOME/.vimrc" file and add the following line to it: "au BufNewFile,BufRead *.fsp setf fsp" This will tell vi to use the appropriate coloring when opening a ".fsp" file. You're set. Have fun.