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

Also Neil just committed a possible fix for the dreaded Ubuntunderline DevaVu issue #2502 so picking up the next release would be really good 🚀 🍾


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.