[chuck-users] vim syntax highlighting (update)

eduard eduard.aylon at gmail.com
Sat Oct 22 07:32:33 EDT 2005


I'm glad to see that someone's using it and thanks for the tip.

Eduard

On 22 Oct 2005, at 04:20, Graham Percival wrote:

> 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
>
> _______________________________________________
> chuck-users mailing list
> chuck-users at lists.cs.princeton.edu
> https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
>



More information about the chuck-users mailing list