@rdipardo commented on this pull request.


In scintilla/lexilla/lexers/LexMarkdown.cxx:

> @@ -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');

Correct me if I'm wrong, but it seems the lexilla sources were pulled from the rel-5-1-1 tag.

If that's the case, you will want to patch in this recent fix for LexMarkdown; the v5.1.1 release contains a bug that could hang the editor if a user encounters it.

cf. #1439 (comment)


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.