Skip to content

WordPress plugin that makes it easy to post syntax-highlighted code snippets.

License

Notifications You must be signed in to change notification settings

Automattic/syntaxhighlighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

61fd26c · Mar 3, 2025
Nov 13, 2020
Dec 31, 2018
Nov 22, 2023
Mar 10, 2021
Nov 25, 2024
Dec 11, 2018
Nov 12, 2010
Nov 19, 2021
Dec 31, 2018
Dec 31, 2018
Nov 22, 2023
Dec 27, 2018
Dec 27, 2018
Dec 27, 2018
May 16, 2022
Feb 10, 2025
Nov 22, 2023
Nov 19, 2021
Nov 29, 2021
Dec 27, 2018
Mar 3, 2025
Mar 3, 2025
Dec 8, 2018
Dec 8, 2018
Mar 3, 2025
Apr 14, 2020
Mar 3, 2025
Jul 17, 2015
Mar 20, 2014

Repository files navigation

SyntaxHighlighter Evolved

WordPress Plugin Version WordPress Tested WordPress Plugin Downloads WordPress Plugin Rating

Easily post syntax-highlighted code to your WordPress site without having to modify the code at all. As seen on WordPress.com.

Supports the new Gutenberg editor!

Block Development Workflow

Source code is located in the src folder. Run npm install to install all of the required modules.

When making changes to the block:

  • Run npm start to build a development version with file watching.
  • Run npm run build to build a minified production file.