I have a PHP project open in zend studio that uses git. When I make changes, I click on “git repositories”, right click on the repo, select “show in” > “git staging”. In there if I double click on a file from “ustaged changes” I see a side by side comparison with the differences. However the side by side comparison just shows all the text in black on white background. There is no syntax highlighting.
How can I get syntax highlighting in this view?
Thank you