This plugin is outdated and might not be supported anymore
CC-Syntax-Highlight

CC-Syntax-Highlight

Details
View on WordPress

The CC-Syntax-Highlight plugin supports syntax highlighting of Posts, Pages, and any public Custom Post Types.
It uses highlight.js or google-code-prettify libraries.
Additionally it can use the clipboard.js library to add a button that copies text to the clipboard and highlightjs-line-numbers.js plugin to add line numbers.
It is delivered with support for shortcode (default [code] – you can change it on the settings page) which automatically converts all special characters to HTML entities.
This plugin is compatible with Multisite WordPress installations.

How does it work?

  1. Go to the ‘Settings > Syntax Highlight’ page, select your preferred options and save them.
  2. Simply add the source code to your post (or other selected public Custom Post Type) wrapped with:
    <pre><code>Your source code</code></pre>
    or if you would like to automatically convert all special characters to HTML entities, use shortcode wrapper instead (default [code] – you can change it on the settings page):
    <pre>[code]Your source code[/code]</pre>

Plugin’s js scripts and css styles files only load if the source code occurs on displaying page.

Details

Plugin code:
cc-syntax-highlight
Plugin version:
1.2.3
Outdated:
Yes
WP version:
4.6.1 or higher
PHP version:
7.0 or higher
Test up to WP version:
5.9.10
Total installations:
80
Last updated:
2022-03-16
Rating:
Times rated:
1
code
google-code-prettify
highlight-js
source-code
syntax-highlight