ID:1104362
 
For those who use vim, or are interested in learning how to use it, I quickly made a syntax highlighting plugin. You can install it with Vundle (https://github.com/gmarik/vundle) or Pathogen (https://github.com/tpope/vim-pathogen).

You can find it on GitHub: https://github.com/wlue/vim-dm-syntax


very cool!
Do you write much in OS X?
In response to Maz
Maz wrote:
Do you write much in OS X?

Not in DM, but for everything else, pretty much. This was purely experimental, and just something I wanted to try out to learn VimScript. However, I did come up with a workflow that works with VMware that allows you to develop on OSX, and run the binary in a Windows VM.

If I were still developing in DM, I would totally do something like this though. Nothing beats vim in speed.
Link to download vim?
Here's a link for a Windows installer: http://www.vim.org/download.php#pc

There are plenty of guides online, and I recommend taking it slowly, one feature at a time.