The OpenLaszlo documentation isn’t specific about how to install syntax highlighting for vim on mac. So we thought we would write up a little blurb about how to do it! Copy the lzx.vim syntax file to dot vim directory in your home directory cp openlaszlo/trunk/tools/lzx.vim ~/.vim/syntax/ Create a file called .vimrc.local for your custom vim [...]