I compared the Geany files with the Scintilla files again and found (strange that I missed this): ```diff --- /geany-master/scintilla/src/Catalogue.cxx Tue Mar 22 00:44:10 2016 +++ /geany-master/scintilla/src/Catalogue.cxx Wed Mar 23 06:20:05 2016 @@ -123,6 +123,7 @@ LINK_LEXER(lmVHDL); LINK_LEXER(lmXML); LINK_LEXER(lmYAML); + LINK_LEXER(lmAU3);
//--Autogenerated -- end of automatically generated section ``` Now it works :)
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/967#issuecomment-200143557