TextMate bundle for Scala
I’ve put together a stub of a TextMate bundle for Scala.
At the moment, it just contains a bare-bones language definition, a template for Ant tasks, and a couple of snippets. I’d like to keep improving it, and would welcome suggestions and modifications.
I’ll be setting up anonymous SVN access one of these days (yeah, right), but for the moment, you can download the bundle directly:
ScalaAWH.tmbundle.zip


August 16th, 2007 at 12:33 pm
Aaron,
Nice start. You should look into getting your bundle checked in to the TextMate bundles SVN repository (http://macromates.com/svn/Bundles/trunk/) so it’s more widely available and so others can contribute to it.
August 16th, 2007 at 12:36 pm
Also, here’s a snippet that is nice to have: String: #!/bin/sh key: tabTrigger string: sh content:
!/bin/sh
exec $0 $@ !#
This will insert a script header in a scala file so that it can be run as a standalone script.
August 16th, 2007 at 12:38 pm
Whoops ,your blog software munged my comment above. The details of the header are at http://www.scala-lang.org/docu/started.html
September 1st, 2007 at 3:19 am
Thanks for putting this up