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

<hr>

<p>In <a href="https://github.com/geany/geany/pull/2867#discussion_r690917102">scintilla/lexilla/lexers/LexMarkdown.cxx</a>:</p>
<pre style='color:#555'>> @@ -51,15 +54,15 @@
 #include "CharacterSet.h"
 #include "LexerModule.h"
 
-using namespace Scintilla;
+using namespace Lexilla;
 
 static inline bool IsNewline(const int ch) {
     return (ch == '\n' || ch == '\r');
</pre>
<p>Correct me if I'm wrong, but it seems the lexilla sources were pulled from <a href="https://github.com/ScintillaOrg/lexilla/commit/d83927f9794b5213ca52fc03c094b45feb87aeda">the rel-5-1-1 tag</a>.</p>
<p>If that's the case, you will want to patch in <a href="https://github.com/ScintillaOrg/lexilla/commit/68ff521b53fac828d07d234d330321cfec74699d#diff-d26e1c118bcc9f873c1d3ca41945d322461a32c74c9bcee689ea0d6cb714593eR59-R65">this recent fix</a> for LexMarkdown; the v5.1.1 release contains <a href="https://github.com/ScintillaOrg/lexilla/issues/23" data-hovercard-type="issue" data-hovercard-url="/ScintillaOrg/lexilla/issues/23/hovercard">a bug that could hang the editor</a> if a user encounters it.</p>
<p>cf. <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="215595342" data-permission-text="Title is private" data-url="https://github.com/geany/geany/issues/1439" data-hovercard-type="issue" data-hovercard-url="/geany/geany/issues/1439/hovercard?comment_id=896544368&comment_type=issue_comment" href="https://github.com/geany/geany/issues/1439#issuecomment-896544368">#1439 (comment)</a></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/2867#pullrequestreview-732451180">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ4N6XTYUKNCDEXGBWTT5NBXDANCNFSM5CJGUXOQ">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&utm_campaign=notification-email">Android</a>.<img src="https://github.com/notifications/beacon/AAIOWJ2ZIK2HFC36PFDJWN3T5NBXDA5CNFSM5CJGUXO2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOFOUFC3A.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/2867#pullrequestreview-732451180",
"url": "https://github.com/geany/geany/pull/2867#pullrequestreview-732451180",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>