> if parameters format not equal to (type A,type B, ...) then it not > declaration, with some other signs object initialization is recognized and > not highlighted
How did you determine the typenames? And don't forget in a C++ declaration the names `A` and `B` may or may not be present. > by the way, why geany is not recognize following class declaration? Because its filetype C, not C++, see the status bar in your image above, so class definitions are not understood. Thats fixed in latest Git, but you may have a modified `filetype_extensions.conf` in your user config. -- 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/1231#issuecomment-247488560
