Game Development Community

dev|Pro Game Development Curriculum

TorqueScript and TAML syntax for Vim

by Daniel Buckmaster · 04/05/2013 (9:40 pm) · 3 comments

This post will be pretty short, but here is the Git repository. I recommend installing with pathogen. Here's a screenshot of the syntax highlighting under the twilight theme:

i.imgur.com/nTWb7Nr.png
Click the picture for Git!

At the moment, the filetype detection clobbers C# syntax highlighting. I plan on fixing that. At the moment, if you need to edit C# files with this plugin included, type this after opening a C# file:
:set ft=cs

EDIT: Now with TAML, which is a separate repository you can find here.

About the author

Studying mechatronic engineering and computer science at the University of Sydney. Game development is probably my most time-consuming hobby!


#1
04/06/2013 (7:42 pm)
*nix developers will love you! Way to get the tools ready for Linux!
#2
04/15/2013 (4:26 pm)
awesome, been using vi for nearly 20 years now ... still my editor of choice.

now, one step closer to being able to work with T3D on OS X / Linux
#3
06/11/2013 (2:41 am)
But Vim isn't just for Linux! It's actually a pretty fantastic editor under Windows too. MacVim I fail to like as much, though maybe I need to give it more of a chance.