Vim syntax coloring for Joy
Ivan Tomac — 2005-01-31 12:16:48
I've uploaded a Vim syntax coloring script for Joy for all the Vim
users out there :)
Nothing fancy but at least it's better then monochrome text. Not sure
what it looks like with other color schemes though as I've only tried
it with my own although I can't see why it wouldn't work.
To install it you'll need to copy it into your vim/syntax directory
and then edit filetype.vim and add the following lines:
" Joy
au BufNewFile,BufRead *.joy setf joy
Hmm.. I've just noticed I put the date as 32nd of January.. Oh well :)