<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 20 Feb 2018, at 3:39, Evan Jones wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Something's gone wonky with my Javascript bundle (and only that one, as far as I can tel)l.  Every time I hit cmd-/ to comment/uncomment some text, it uses an unindented block comment instead of the double-slash single line comment I expect. ("/* */", rather than "// ")<br>
[…]<br>
A) how I could fix this particular issue, or<br>
B) how I could remove all my changes to the Javascript bundle and revert simply to the repo version?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">In a JavaScript file select <em>Bundles → Select Bundle Item…</em> (⌃⌘T) and switch to “Settings” then enter <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">comment</code>, you should see something like this:</p>

<p dir="auto"><img src="cid:76502596-59D4-4DFA-A630-09E22D8D35E2@textmate.org" alt=""></p>

<p dir="auto">From this window, you can edit the settings, but any changes you have made to the JavaScript (and other bundles) should be located in <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">~/Library/Application Support/TextMate</code>. So a rough way to revert to defaults is simply to remove that folder (or the bundles contained in it).</p>

<p dir="auto">I would still suggest first looking at the settings via the above dialog, because the issue might also be that you installed a third party bundle that override the comment settings for the JavaScript scope.</p>
</div>
</div>
</body>
</html>