rdipardo left a comment (geany/geany#4535) User Defined Languages (UDLs) are provided by [this lexer module](https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/lexilla/lexers/LexUser.cxx).
* the lexer module is in C++; Geany's code base is in C * the module unconditionally includes the `window.h` header, which is not available to C compilers on Linux and MacOS, systems that Geany supports while Notepad++ does not -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/4535#issuecomment-4150552670 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/4535/[email protected]>
