José Prado just released the MooDocs Coda plug-in . The plug-in allows Coda to parse MooTools Classes and generates a Markdown formatted template ready to fill in with details. I took his great work and modified it for TextMate.
I packaged it as a single command that installs into the Javascript bundle. I also assigned <command>-D to the command, for even quicker generation. One minor thing I fixed with the code was the parsing of the class name. There were a few cases where classes are created without var and have a ‘dot’ in the name. Like Fx.Morph or Drag.Move.
You are still required to end your classes like so:
var MyClass = new Class({ });//end
Download MooDocs for TextMate
Update:
MooDocs for TextMate has been moved to a github repo

March 6th, 2009 at 4:08 am
Awesome, thanks Nathan!
March 6th, 2009 at 9:16 am
Crazy, I saw the post in google groups and then thought “is there a textmate bundle for mootools?”
Sho’ enough! Thanks.