=== Code Block === Contributors: jeromepaulos Tags: code, format, formatter, syntax, highlight, javascript, python, css, html Requires at least: 5.0 Tested up to: 5.5.1 Stable tag: trunk License: GPLv2 (or later) Requires PHP: 4 A simple and nice-looking Gutenberg block for displaying code snippets. == Description == This plugin uses [Prism.js](https://prismjs.com) and a port of the beautiful Atom One Dark code theme with the Fira Code font. = Features = * Syntax highlighting * Tab support * Special glyphs for arrow functions, operators, etc * Nice interface * 17+ languages supported = Supported Languages = * HTML * CSS * JavaScript * Python * PHP * Ruby * SCSS * C * C++ * C# * Objective-C * TypeScript * Swift * Go * JSON * SQL * Bash Want to contribute? Check out the [GitHub repository](https://github.com/jxxe/code-block). == Frequently Asked Questions == = What if [insert favorite langauge] isn't supported? = I've tried my best to include the some of the most common programming languages, but there's a change that yours isn't supported! There are two things you could try. First, many programming langauge syntaxes are very similar. Play around with different languages and see if any produce a good enough result. Give a member of the C family a try. Alternatively, you can fork the repository on GitHub and add it yourself. As long as there's enough demand and Prism.js supports it, you should be good to go! == Screenshots == 1. The editor block 2. The result == Changelog == 1.0 - Initial Release