Code Syntax Shortcut

I am looking for autostart syntax. when I specify the start point and end point of the code, the syntax marker should automatically identify the type of code (e.g. sql, vb, cs, JavaScript, etc.) and highlight accordingly.

Please let me know if anyone has done this before, or if you know of any site that does this.

I use it for asp.net vs2008.

- vamsi

+5
source share
3 answers

I highly recommend google-code-prettify , which is used here in Qaru (I also use it on my blog - it is very easy to use and works well).

Javascript CSS , html.

+5
+1

There is one very simple and powerful jquery plugin:
 http://code.google.com/p/syntaxhighlighter/

+1
source

All Articles