Shan
Shan

Reputation: 19293

Changing python syntax coloring in eclipse

I am using Eclipse Indigo for python coding.

When I comment something, I want the color of the comment to be blue

how can I achieve?

Thanks

Upvotes: 0

Views: 495

Answers (1)

Mátyás Kuti
Mátyás Kuti

Reputation: 830

Assuming you use the PyDev plug-in you can access the color settings in the Window/Preferences/PyDev/Editor menu.

Upvotes: 1

Related Questions