Home  >  Article  >  Web Front-end  >  7 High-Performance JavaScript Code Highlighting Plugins

7 High-Performance JavaScript Code Highlighting Plugins

黄舟
黄舟Original
2017-02-25 13:49:091760browse

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.

1. SyntaxHighlighter – The best JavaScript code highlighting plug-in

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/

2. Google Code Prettify – Free JavaScript code highlighting plug-in

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/

3. Highlight.js – Multi-style JavaScript code highlighting plug-in

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/

4. Prism.JS - lightweight JavaScript code highlighting plug-in

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

DlHighlight is a JavaScript-based code highlighting plug-in. It is very simple and currently only supports JavaScript, CSS, XML, and HTML.

Official website: http://www.php.cn/

7. Rainbow.js – Extensible JavaScript code highlighting plug-in

 Rainbow is a syntax highlighting tool for JavaScript development. Designed to be lightweight (only 1.4 kb compressed), simple to use, and scalable. Syntax highlighting themes are completely defined via CSS. Implemented based on regular expressions.

 

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)!


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn