Who knows how the following feature is implemented on a Web application? That feature is available on this Web site too. You wrap a snippet of code (java, C++ etc) into HTML tags and finally the code comes on the Web site like in the way you see on IDE (e.g. NetBeans), i.e. aligned, keywords made colourful. How do you call this feature? Where can I get it? Best regards

link|improve this question

48% accept rate
feedback

2 Answers

up vote 0 down vote accepted

Sounds like you're looking for a syntax highlighter:

http://www.webresourcesdepot.com/11-syntax-highlighters-to-beautify-code-presentation/

link|improve this answer
thanks a lot. Good man. – ucas Jun 7 '11 at 19:34
feedback

You are looking for a code prettifier. There are numbers ones but a quick google search revealed:

Code2HTML

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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