<p></p>
<p><b>@techee</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/3051#discussion_r878925417">scripts/print-tags.py</a>:</p>
<pre style='color:#555'>> +
+
+inp = sys.stdin.buffer.read()
+
+tag = {}
+pos = 0
+line_start_pos = 0
+line_start = True
+first_line = True
+while pos < len(inp):
+       part, kind, pos = get_next_part(inp, pos, line_start)
+       value = decode_kind(kind, part)
+       tag[kind] = value
+       line_start = False
+       if inp[pos] == ord('\n'):
+               if not first_line:
</pre>
<p dir="auto">Can do, but I would just leave it to the first line. One never knows what characters an identifier may contain in various languages and it's possible that <code class="notranslate">#</code> could be a legal identifier character.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/3051#discussion_r878925417">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJZI5CTPESLK444EG4TVLKOHLANCNFSM5J2AJTYQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJZLU3IYLOTS2QHNUX3VLKOHLA5CNFSM5J2AJTY2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOHJ4SCDA.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany/pull/3051/review/981016844</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/3051#discussion_r878925417",
"url": "https://github.com/geany/geany/pull/3051#discussion_r878925417",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>