Using Vim with Plasmacore 2008.02.11 by Abe Pralle 1. Download slag.vim from http://www.plasmaworks.com/plasmacore to "C:\Program Files\vim\vimfiles\syntax" or your system equivalent. 2. Modify c:\Program Files\vim\_vimrc (or equivalent) to contain these lines: if &t_Co > 2 || has("gui_running") syntax on endif au BufRead,BufNewFile *.slag set filetype=slag