@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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.