Lighttpd, ProFont, Remind, Ruby, and Scopes.
What follows is a summary of some “announcements” from the last few days on the mailing list. I made peoples name link to their letter.
Lighttpd Configuration Highlighting
Denis Defreyne created a bundle for Lighttpd which adds syntax coloring of the Lighttpd configuration files.
ProFont Revisited
Frédéric Ballériaux (also known as Fred B.) located a version of ProFont with ligatures disabled. Previously I recommended using the ProFontISOLatin1 variant if you wanted your tool tips to show without ligatures, but this version of the font is a better solution.
Remind Bundle
Rupa Deadwyler created a bundle for Remind (available via svn) with syntax highlight, commands, and snippets for Remind (and so did Mark Eli Kalderon.)
Remind is a calendar/reminder shell command which takes as input your calendar file (which is written in a simple plain text format) and outputs upcoming events. Very simple, yet very flexible and powerful, just how I like it!
On Mac OS X Remind is useful with something like GeekTool (get the unofficial branch) which allows you to setup a shell command to run periodically and have its output shown nicely on your desktop.
You can download Remind from DarwinPorts by using:
sudo port install remind
It does not include the remind2html
conversion tool though. But with GeekTool, who needs it? :)
Ruby Idioms Bundle
James Edward Gray II announced a Ruby Idioms bundle. This is packed with good stuff for Ruby programmers!
Working With Scopes
Starting with r948 of TextMate it is possible to have commands get an XML representation of the current document (as parsed by the TextMate language parser.) Charilaos Skiadas (also known as Haris) created a Ruby class which parses this into a tree and provides methods to work with it.