Home > Article > Web Front-end > 7 High-Performance JavaScript Code Highlighting Plugins
For students who like to write technical blogs, they must be very familiar with the code highlighting component. An excellent JavaScript code highlighting plug-in will help you render any programming language, including coloring of some keywords and indentation of each line of code. Today we are going to share some high-performance JavaScript code highlighting plug-ins. These JavaScript code highlighting plug-ins will very effectively help you edit and display code on web pages.
SyntaxHighlighter is a code highlighting plug-in completely based on JavaScript. SyntaxHighlighter can colorize and render most programming languages. , and the performance of code highlighting is also very good. SyntaxHighlighter can customize theme files and specify your favorite theme during initialization.
Official website: http://www.php.cn/
Google Code Prettify is a JavaScript code highlighting plug-in launched by Google. Google Code Prettify can highlight C/C++, Java, Python, Ruby, PHP, VisualBasic, AWK, Bash, SQL, HTML, XML, CSS, JavaScript, Makefiles and parts of the Perl programming language code are highlighted.
Official website: http://www.php.cn/
Highlight.js is a JavaScript project used to highlight and colorize various sample source code syntax on any web page. It has the following features:
Supports 92 languages and 49 code formatting styles.
Automatically detect language types
Support multi-language mixed code highlighting
Support Node .js
Supports the use of any HTML tag
Compatible with any js framework
Official website: http://www.php.cn/
Prism.JS is currently The most lightweight JavaScript code highlighting plug-in, it is only 2KB in size after compression. Prism.JS also supports most popular programming languages and supports a variety of theme styles. Developers only need to reference CSS files and JS files. Finish.
## Official website: http://www.php.cn/ 5. jQuery.Syntax – jQuery lightweight code highlighting plug-in This code highlighting plug-in is based on jQuery, it is also lightweight and the rendering speed is very fast. At the same time, jQuery.Syntax also has a plug-in application for wordpress. For individual bloggers, using wordpress and jQuery.Syntax can perfectly realize the highlighting function of zero-generation purchases.## Official website: http://www.php.cn/
6. DlHighlight – jQuery simple and efficient code highlighting plug-in
Official website: http://www.php.cn/
7. Rainbow.js – Extensible JavaScript code highlighting plug-in
These JavaScript code highlighting plug-ins are relatively commonly used. If you have a better code highlighting plug-in, please tell us.
via:codeceo
The above is the content of 7 high-performance JavaScript code highlighting plug-ins. For more related content, please pay attention to the PHP Chinese website (www.php.cn)!