bcressey wrote:
vim supports syntax highlighting for TADS 3 out of the box. The coloring for anonymous functions is a bit off, but it's never bothered me enough to try to fix it.
It handles indenting pretty well; the only hitch is if you use the normal object syntax...
Oh yeah I should have just tried it!
Seems a little basic maybe, I'm wondering if it's just a copy of the C syntax highlighting. e.g. something: Topic is both in same colour, whereas I'd expect class name to be different to object name.
But it's definitely a start - I'll work on some improvements.
Quote:
That's the extent of my .vimrc customization for TADS 3. It lets me press F5 to save and build a project.
I'll let you know if I add anything else