@iloveclang highlighting function names for C _only_ might be acceptable. But as you will learn when you learn C++ the name before the `(` is _NOT_ always a function name (and in Python and many other languages too) so simple highlighting implementations that may be acceptable in C are incorrect in other languages, hence the suggestion to restrict to C.
Also in non-C languages the function name is not always immediately before the `(` eg `get<Foo>(bar)`. > No, seriously. If nobody is going to do it, I will personally do it by this > time next year. I will fix it if it takes that. Just give me a heads up. Well, you and @pedrib should talk maybe, they thought they had a solution? PRs are welcome of course, but "somebodys" gotta do them. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1231#issuecomment-1396227659 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/1231/[email protected]>
