1

I have configured python3 and added python3 as a facet to my project. However syntax highlighting still does not appear. I am on osx 10.8 and using Intellij Ultimate 12.1.4

enter image description here

enter image description here

WestCoastProjects
  • 58,982
  • 91
  • 316
  • 560
  • possible duplicate of [Pycharm utils.py not getting syntax highlight](http://stackoverflow.com/questions/13374533/pycharm-utils-py-not-getting-syntax-highlight) – CrazyCoder Aug 15 '13 at 18:32

1 Answers1

3

Go to Preferences | File Types and make sure .py extension is mapped to Python Files, also check that this specific file is not mapped to Text Files.

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904