I am using PyCharm to edit a XML file, and the highlight color of the tag is pretty uncomfortable. The code is like:
<DumpRoot>
</DumpRoot>
And the effect is like:
How do I configure PyCharm so that I can change the color?
CodePudding user response: