Skip to content

Automattic/syntaxhighlighter

Folders and files

Image for: Folders and files
NameName
Last commit message
Last commit date

Latest commit

Image for: Latest commit
 

History

Image for: History
426 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image for: Repository files navigation

SyntaxHighlighter Evolved

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

Image for: 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.