<p></p>
<p><code>]]--</code> or <code>--]]</code> don't make sense, because:</p>
<ul>
<li><code>]]--</code>: comment will end with <code>]]</code> and <code>--</code> will be beginning of other (single) comment, in C/C++ it would be::</li>
</ul>
<div class="highlight highlight-source-c"><pre><span class="pl-c"><span class="pl-c">/*</span></span>
<span class="pl-c"> Block comment</span>
<span class="pl-c"><span class="pl-c">*/</span></span><span class="pl-c"><span class="pl-c">//</span> Single comment</span></pre></div>
<p>Such "coding style" looks like crap...</p>
<ul>
<li><code>--]]</code>: comment will end with <code>]]</code> and <code>--</code> will be just a part of this block  comment: maybe it looks more beautiful, I am not sure, but it doesn't make any practical sense.</li>
</ul>
<p>Maybe just replace on correct option</p>
<div class="highlight highlight-source-ini"><pre> <span class="pl-k">comment_close</span>=]]</pre></div>
<p>?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2566#issuecomment-699836168">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJYGGT35RIJGFLR5QLTSIA4LZANCNFSM4PVQIMGQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ3N5T35NO5MVZX2QHLSIA4LZA5CNFSM4PVQIMG2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFG3KOCA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2566#issuecomment-699836168",
"url": "https://github.com/geany/geany/pull/2566#issuecomment-699836168",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>