![](https://secure.gravatar.com/avatar/6260fc3513e3398e6b606a9dfd78108d.jpg?s=120&d=mm&r=g)
21 Oct
2005
21 Oct
'05
10:20 p.m.
Eduard, thanks for ck.vim ! Here's how to use vim syntax highlighting if you don't want to copy stuff as root (or if you simply lack root, for example in a computer lab :) ---- echo "syntax on" >> ~/.vimrc mkdir ~/.vim mkdir ~/.vim/syntax cp ck.vim ~/.vim/syntax/ echo "if exists(\"did_load_filetypes\") finish endif augroup filetypedetect au! BufNewFile,BufRead *.ck setf ck augroup END" >> ~/.vim/filetype.vim ---- If you missed ck.vim the first time, you can find it here: https://lists.cs.princeton.edu/pipermail/chuck-users/2005-October/ 000047.html Thanks again, - Graham Percival