Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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
- Created: 2012-07-19T22:12:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T21:58:18.000Z (about 1 month ago)
- Last Synced: 2025-01-19T12:04:20.140Z (3 days ago)
- Topics: gutenberg, gutenberg-blocks, gutenberg-compatible, syntaxhighlighter, wordpress, wordpress-plugin
- Language: CSS
- Homepage: https://alex.blog/wordpress-plugins/syntaxhighlighter/
- Size: 2.6 MB
- Stars: 240
- Watchers: 19
- Forks: 79
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SyntaxHighlighter Evolved
[![WordPress Plugin Version](https://img.shields.io/wordpress/plugin/v/syntaxhighlighter.svg?style=flat-square)](https://wordpress.org/plugins/syntaxhighlighter/)
[![WordPress Tested](https://img.shields.io/wordpress/v/syntaxhighlighter.svg?style=flat-square)](https://wordpress.org/plugins/syntaxhighlighter/)
[![WordPress Plugin Downloads](https://img.shields.io/wordpress/plugin/dt/syntaxhighlighter.svg?style=flat-square)](https://wordpress.org/plugins/syntaxhighlighter/advanced/)
[![WordPress Plugin Rating](https://img.shields.io/wordpress/plugin/r/syntaxhighlighter.svg?style=flat-square)](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.