On 1/8/2006, at 23:53, Ken Anderson wrote:
[...] Is there anyway to recreate this functionality in TextMate?
Yes -- the bbinclude sounds like just a preprocessor and OS X ships with several, like ERb allowing <% embedded ruby %> and PHP which allows <?php … >.
So you would setup a command to run your files through that preprocessor and store the result where you find it fitting. I give an example here [1].
[1] http://lists.macromates.com/pipermail/textmate/2006-March/ 008844.html