=== IECST Highlighter ===
Contributors:      aparman
Tags:              code, syntax, highlight
Requires at least: 5.7
Tested up to:      6.8
Stable tag:        0.1.0
Requires PHP:      7.4
License:           MIT

Display beautiful code snippets using the Phio Highlighter for the IEC 61131-3 Structured Text language

== Description ==

This plugin adds a Gutenberg block called `IECST Highlighter`. After entering a code snippet in the editor,
the output will be rendered with a syntax highlighting style selected in the IECST Highlighter Settings.

This plugin uses the [Phio Highlighter](https://github.com/PhioAutomation/phio-highlighter) which is distributed
with an MIT License, https://highlighter.phioautomation.com/LICENSE.txt.

Development of this plugin is on [Github](https://github.com/PhioAutomation/phio-highlighter).

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/iecst-highlighter` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress

== Screenshots ==

1. Select a Highlighter theme Settings -> General -> IECST Highlighter CSS Theme
2. Add an IECST Highlighter block to a page
3. Enter your code in the editor
4. Light (default) theme
5. Dark theme

== Changelog ==

= 0.1.0 =
* Release
