Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.5: View syntax-highlighted source code in Quick Look' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.5: View syntax-highlighted source code in Quick Look
Authored by: Eric Coleman on Dec 11, '07 08:30:09AM

So... this doesn't work for me, I get the following errors:


12/11/07 11:22:03 AM [0x0-0x1ac1ac].highlight[89302] highlight: Configuration file ./filetypes.conf not found. 
12/11/07 11:22:03 AM [0x0-0x1ac1ac].highlight[89302] highlight: Unknown source file extension "php". 


[ Reply to This | # ]
10.5: View syntax-highlighted source code in Quick Look
Authored by: itistoday on Dec 11, '07 08:42:25AM

I'm getting the same errors. It displays some in courier font, but no color.



[ Reply to This | # ]
10.5: View syntax-highlighted source code in Quick Look
Authored by: mjb on Dec 11, '07 11:33:29AM

I noticed that several languages appeared to not be highlighted. Upon closer inspection, the included version of highlight was missing a large number of language definitions.

My fix for this was to download the source for highlight, and copy in all the missing language definitions from that to the Contents/Resources/langDefs (I think) folder within the plugin package.



[ Reply to This | # ]