this is the usual notepad++ with another lexer added (LexMohoLua.cxx). this could also be made as a plugin but the interface is too complex to simply create an addon so i recompiled the whole thing which was far easier.
the lexer is just an edited LexLua.cxx to make # comments work and one other slight change so that the functions aren highlighted always (doesnt work 100% and cant be changed without completely changing the code). also all core functions are now being highlighted (like import). i wasnt shure about the [[ comments and if they work so i just let them stay. i can update that whole thing if you guys want to use it.
the download contains the new binaries and also the sourcecode for you to compile yourself and/or review the code.
Thanks to tspauld who found the included functions which are now being highlighted and thanks to Paul Winwood, Alexey Yutkin, Marcos E. Wurzius and Philippe Lhoste who originally wrote and modified the lua lexer.
dont forget to read the readme for the installation instructions. without the new configuration files the whole thing doesnt work or/and may throw exceptions.
backup your files before you replace the old ones!
Demigod Notepad++