mirror of
				https://github.com/notepad-plus-plus/notepad-plus-plus.git
				synced 2025-10-31 11:34:05 +01:00 
			
		
		
		
	Make external lexer library work again after upgrading to Scintilla5. Old external lexer libraries needs to add CreateLexer export function which returns ILexer5 instance (Lexilla protocol interface of Scintilla5). Tested with papyrus lexer plugin, this external lexer plugin is compatible with Notepad++ next release: https://github.com/blu3mania/npp-papyrus Close #11468