Hi everyone,<br><br>I want my PHP comments to read:<br><span style="font-family: courier new,monospace;">/*</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">*  Does something</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">*  @param foo lorem ipsum...</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">*  @return fubar lorem ipsum...</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">*/</span><br><br>instead of the default <br><span style="font-family: courier new,monospace;">/*</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  Does something</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">
  @param foo lorem ipsum...</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
  @return fubar lorem ipsum...  </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">*/</span><br><br>I can't find a resource of all TM env. vars, but the PHP comments preference includes values of <span style="font-family: courier new,monospace;">/*</span> and <span style="font-family: courier new,monospace;">*/</span> for <span style="font-family: courier new,monospace;">TM_COMMENT_START_3</span> and <span style="font-family: courier new,monospace;">TM_COMMENT_END_3</span>, respectively. What var can define my block comments' body?<br>
<br>Also, is there a resource for all environment variables in TextMate? <a href="http://macromates.com/textmate/manual/environment_variables">http://macromates.com/textmate/manual/environment_variables</a> feels incomplete to me.<br>
<br>Thanks,<br>Thomas Allen<br>