<p></p>
<blockquote>
<p>If that's the case, besides being over 5 years old, what are the issues with the custom filetype proposed above by <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/peter1000/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/peter1000">@peter1000</a>? Generally, what's needed to make a good Julia filetype file?</p>
</blockquote>
<p>I'm using it everyday and probably I got used to it but I see 3 big issues that require writing a Scintilla lexer specially for Julia:</p>
<ul>
<li>using splatting "..." of varargs makes the end of the line being recognized as comment and lose coloration.</li>
<li>the "end" keyword sometimes doesn't match the beginning of the block (for, if, function...), I don't know if it's because you can use it for indexing also, but the code collapsing function is not working at all because of that.</li>
<li>complex strings with interpolation is not correctly parsed, making all the line losing color and even sometimes the next lines.</li>
</ul>
<p>Also minor problems are:</p>
<ul>
<li>symbols are not recognized as special type (like strings) so it is not easy to find them in the code.</li>
<li>type annotations with ::, <: are not emphasized</li>
<li>macros are not colored either</li>
</ul>
<p>I tried to work on the Scintilla lexer but the documentation is too obscure.</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/issues/434#issuecomment-689809782">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ4QGCMF2YO5EPX63NDSE7R5TANCNFSM4A5FZIBA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ7BC7FXLY5WNSNJQ33SE7R5TA5CNFSM4A5FZIBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFEO2S5Q.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/issues/434#issuecomment-689809782",
"url": "https://github.com/geany/geany/issues/434#issuecomment-689809782",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>