I notice that Spotlight is not indexing the contents of my .rb files. Do I need a special TextMate Spotlight importer, or is this just something about my LaunchServices? Here's the listing from mdls showing the content type tree on a typical .rb file:
kMDItemContentTypeTree = ( "public.ruby-script", "public.shell-script", "public.script", "public.source-code", "public.plain-text", "public.text", "public.data", "public.item", "public.content" )
Thx - m.