I've been using Textmate for Ruby/Python scripting for awhile and now have a need to hack on some PHP. I'm having some troubles with the bundle:
- The code-highlighting doesn't support HTML...
When I type
php
+ tab TM spits out:?><?php>
instead of:
<?php ?>
Anyone know where I could possibly be going wrong? Thanks in advance...