11 lines
421 B
PHP
11 lines
421 B
PHP
<?php
|
|
return array(
|
|
"name" => __("Syntax Highlighting", "highlighter"),
|
|
"url" => "https://highlightjs.org/",
|
|
"version" => "2024.02",
|
|
"description" => __("Adds syntax highlighting to nested <code><pre><code></code> blocks.", "highlighter"),
|
|
"author" => array(
|
|
"name" => "Daniel Pimley",
|
|
"url" => "http://www.pimley.net/"
|
|
)
|
|
); |