<p></p>
<p>In this case <code>z</code> shows as a "Macro" because it's indeed the default for the type the parser emits (thanks to C's macros), and <code>xsq</code> shows as a "Function" because the JavaScript parser (wrongly) recognizes it as not being a plain constant but actually a "lambda" function.  JavaScript is tricky to parse, and here the problem is that the function part is recognized, but not the fact it's an inline call.  We'd have to check if the upstream universal-ctags parser has this issue, and if not update it.</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/discussions/2879#discussioncomment-1249223">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ46NJCFWQDQDPXQCUTT7HUBNANCNFSM5C4PN4OQ">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AAIOWJ6DWJ3NAWMAFDVPYZ3T7HUBNA5CNFSM5C4PN4O2YY3PNVWWK3TUL52HS4DFWFCGS43DOVZXG2LPNZBW63LNMVXHJKTDN5WW2ZLOORPWSZGOAAJQ7RY.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/discussions/2879#discussioncomment-1249223",
"url": "https://github.com/geany/geany/discussions/2879#discussioncomment-1249223",
"name": "View Discussion"
},
"description": "View this Discussion on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>