<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Is this for a particular language?<br></blockquote><div> </div><div>Sorry, forgot to mention I was using NASM specifically. I added an <a href="https://github.com/lunixbochs/x86-assembly-textmate-bundle">x86 assembly tmbundle</a>, and it works okay, but it turns out NASM doesn't have C-style block comments (/* ... */), so when I press Command+/, TextMate ends up commenting my code with syntax that NASM doesn't recognize.</div>

<div><br></div><div>One way to fix this is to tell TextMate to always prefer using line comments when I press Command+/ instead of block comments, and I'd like TextMate to express this preference for every language I use, not just NASM.</div>

<div><br></div><div>I see Source -> Settings -> Comments, but I'm not exactly sure how to edit it to do this. Could I have a little more guidance?</div></div>