I’ve installed trac on my Ubuntu server but there is no php syntax highlighting.
I have installed Pygments using apt-get install but how do I configure trac so it uses highlighting in the svn source browser?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Trac should automatically detect pygments, assuming its installed in the same Python instance. You may want to have a look at the doc, particularly the bit about the mimeviewer section of trac.ini and make sure everything is ok.
The two most likely candidates I can think of are:
1) the PHP mime type is not properly registered or (even worse) your files were committed to svn with the svn property
svn:mime-typeset totext/plain(I had this happen on a large project, but resetting the mime-type property worked (Trac uses the file extension as a fallback if the mimetype isn’t reported by the VCS).2) Everything may be working, but the default style may not be working properly. Try adjusting the highlighting style either through the /prefs page on your Trac instance or through the
pygments_default_stylesetting in trac.ini.