Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery plugin to highlight source code

Are there any jQuery plugins to highlight the source code shown in an HTML page? If there are more than one, which one is better to adopt?

like image 786
apaderno Avatar asked Jun 28 '10 12:06

apaderno


4 Answers

check this : http://softwaremaniacs.org/soft/highlight/en/

like image 164
Pranay Rana Avatar answered Nov 18 '22 00:11

Pranay Rana


You can highlight the syntax with jQuery and Chili. Linked you'll find a nice tutorial to do this.

You can also check the most famous JS highlight plugin: Alex's Gorbatchev SyntaxHighlighter.

like image 28
Bogdan Constantinescu Avatar answered Nov 17 '22 23:11

Bogdan Constantinescu


yes

http://plugins.jquery.com/project/Codify

like image 37
Haim Evgi Avatar answered Nov 18 '22 01:11

Haim Evgi


Syntax Highlighter is very useful.

http://code.google.com/p/syntaxhighlighter/

There are too many code lighter plugins on Wordpress plugin page. You can provide it from there

like image 35
onurbaysan Avatar answered Nov 17 '22 23:11

onurbaysan