Go to IGListKit/Source/IGListAdapter.h and .m, they aren't highlighted. Not sure why.
Cleaning derived data and building again after Xcode was done indexing fixed it for me.
@brurend this is about code highlighting in GitHawk 馃構
Sent with GitHawk
I see now that I missunderstood what the issue was.
Hey @rnystrom I think I found the issue
It appears that path extension "m" was not being recognized as objc language
So I did this hardcoded test and it seems that the language it has to be passed is not file extension "m" but "objc"

I'm working on a fix, it appears that this library has automatic language detection if you don't pass the language explicitly, I will do a test and if it works I'll send a PR :)
@LucianoPAlmeida awesome!!
Sent with GitHawk