<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Feb 18, 2011, at 10:38 AM, Ozgur Akgun wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>How do I convince textmate to use the correct line comment character?</div></blockquote><div><br></div></div><div>You could always create a new command scoped to your language that used the same shortcut, but I think there’s a better/more official way. (Someone correct me if I’m wrong.)</div><div><br></div><div>Create a new Preferences item in the bundle editor. I believe it should look like this:</div><div><br></div><div><div><font class="Apple-style-span" face="Monaco">{</font><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" face="Monaco">   </font></span><font class="Apple-style-span" face="Monaco">shellVariables = (</font></div><div><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" face="Monaco">           </font></span><font class="Apple-style-span" face="Monaco">{</font><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" face="Monaco">   </font></span><font class="Apple-style-span" face="Monaco">name = 'TM_COMMENT_START';</font></div><div><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" face="Monaco">                   </font></span><font class="Apple-style-span" face="Monaco">value = ‘$ ';</font></div><div><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" face="Monaco">                </font></span><font class="Apple-style-span" face="Monaco">},</font></div><div><span class="Apple-tab-span" style="white-space:pre"><font class="Apple-style-span" face="Monaco">   </font></span><font class="Apple-style-span" face="Monaco">);</font></div><div><font class="Apple-style-span" face="Monaco">}</font></div></div><div><br></div><div>And set the scope for the item to only match your new grammar.</div><br><div>
-- <br>Rob McBroom<br><<a href="http://www.skurfer.com/">http://www.skurfer.com/</a>><br>
</div>


<br></body></html>