Apologies for the noob question but I was hoping someone could help me out with this "aesthetic" issue as I'm new to Python and PyCharm.
PyCharm doesn't seem to highlight some keywords in the PyGame module.
eg. pygame.display.set_mode
set_mode
is highlighted - display
is not.
I've googled this issue and the closest one I could find is Pycharm utils.py not getting syntax highlight
Here are the list of registered patterns under Text:
Registered Patterns Registered Patterns cont'd
Does anyone know if the registered patterns are the source of the problem? Not sure how to go about this - any help would be greatly appreciated!
Thank you.