=== Lite Syntax Highlighting === Contributors: z-17 Tags: syntax highlighter, syntax, highlighter, highlighting, code highlighter Donate link: http://blweb.ru Requires at least: 3.0 Tested up to: 4.8 Stable tag: 0.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Lite Syntax Highlighting: PHP, HTML, CSS, JS, C == Description == The Plugin makes it easy to add syntax highlighting of code in your blog. You can use shortcodes in posts and comments and also html tags everywhere. It adds some buttons to editor, which generate special short code tags to turn on syntax highlighting: [slh lang="php"] for example. And you can use html tags, example: <pre class="slh__html"></pre> The plugin supports highlighting: * PHP * HTML * CSS * JavaScript * C Languages: * English * Русский Styles: * Light * Dark == Installation == 1. Upload the plugin files to the "/wp-content/plugins/" directory or install the plugin through the WordPress plugins screen directly.. 1. Activate the plugin through the "Plugins" menu in WordPress. 1. Use the Settings -> Syntax Highlighting screen to configure the plugin == Frequently Asked Questions == = What code is highlighted? = PHP, HTML, CSS, JavaScript and C = How can I help? = There are public repository: https://github.com/z17/Lite-Syntax-Highlighting Welcome! = How can I use it? = You can use special buttons in WordPress post editor, or use shortcodes like [slh lang="php"] to create block of code. Also you can just write html tags <pre class="slh__php"> CODE </pre> where you want. = How can I ask something? = Open new topic in support section or you can write me email, admin@blweb.ru == Screenshots == 1. Example for PHP code 2. Settings page 3. Editor 4. Dark style == Changelog == = 0.5 = * add support short codes * short codes also work in comments = 0.4 = * add basic highlight for C language * some refactor = 0.3 = * add dark style = 0.2 = * Add languages support = 0.1 = * Initial release.