{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "phio-automation/iecst-highlighter",
  "version": "0.1.0",
  "title": "IECST Highlighter",
  "category": "widgets",
  "icon": "editor-code",
  "description": "Display beautiful code snippets using the Phio Highlighter for the IEC 61131-3 Structured Text language",
  "attributes": {
    "content": {
      "type": "string",
      "source": "text",
      "selector": "code"
    }
  },
  "example": {
    "attributes": {
      "content": "// Write your code snippet..."
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "iecst-highlighter",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}