https://github.com/automattic/syntaxhighlighter
WordPress plugin that makes it easy to post syntax-highlighted code snippets.
https://github.com/automattic/syntaxhighlighter
gutenberg gutenberg-blocks gutenberg-compatible syntaxhighlighter wordpress wordpress-plugin
Last synced: 23 days ago
JSON representation
WordPress plugin that makes it easy to post syntax-highlighted code snippets.
- Host: GitHub
- URL: https://github.com/automattic/syntaxhighlighter
- Owner: Automattic
- License: other
- Created: 2012-07-19T22:12:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-03T19:25:51.000Z (about 2 months ago)
- Last Synced: 2025-04-01T14:14:42.859Z (about 1 month ago)
- Topics: gutenberg, gutenberg-blocks, gutenberg-compatible, syntaxhighlighter, wordpress, wordpress-plugin
- Language: CSS
- Homepage: https://alex.blog/wordpress-plugins/syntaxhighlighter/
- Size: 2.64 MB
- Stars: 242
- Watchers: 18
- Forks: 81
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SyntaxHighlighter Evolved
[](https://wordpress.org/plugins/syntaxhighlighter/)
[](https://wordpress.org/plugins/syntaxhighlighter/)
[](https://wordpress.org/plugins/syntaxhighlighter/advanced/)
[](https://wordpress.org/support/plugin/syntaxhighlighter/reviews/)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.