Am looking for a free Javascript (library) to format and highlight syntax of source code of various possible languages (mainly JSON, XML, java, javascript, python). Different libraries for different languages should also be ok.

Googling got me google-code-prettify and syntax highlighter but from demo they just seem to prettify code but not format (you can correct me if am wrong, i haven't tried them out)

Thanks much for your help!

link|improve this question

38% accept rate
feedback

closed as not constructive by Robert Harvey Dec 8 '11 at 3:48

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

2 Answers

up vote 2 down vote accepted

That's correct, they only highlight the code. But you can use google-code-prettify in combination with the code from: http://jsbeautifier.org/ (check their license rights) and that'll do what you want.

link|improve this answer
I loved this tool jsbeautifier. Thanks for sharing. – MotaBOS Dec 7 '11 at 7:05
wow, good idea. I had a look at that site but thought it would work only for javascript. Now i suspect it should work (indentation etc.) mostly for most other languages as well (and i suppose thats what you mean) Thanks! – Hari Dec 7 '11 at 8:12
feedback

Look here. This library can highlight syntax for many languages, but don't know about prettifying...

link|improve this answer
Rampage downvoting is pointless; the nightly voter fraud scripts will just reverse it. – Robert Harvey Dec 8 '11 at 1:23
I was not able to find out anything from google earlier hence raised this question. As you can see, there seems to be not many options hence few answers. My intention was to get to know about different options. My question is not yet answered. You could have closed it if in case it triggered debate or whatever really – Hari Dec 8 '11 at 6:14
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.