I am using PyCharm for a Flask / React combined project. I have a version of JavaScript configured to "JSX Harmony" in the settings, but my code highlighting still looks like this:

Is there a plugin I can install to enable JSX highlighting, available in WebStorm but in PyCharm?
source
share