@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.