1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add syntax highlighting and copy button

This commit is contained in:
Shivam Mathur
2025-07-30 16:00:05 +05:30
committed by Derick Rethans
parent 6026e879a6
commit c851d01e50
16 changed files with 111 additions and 24 deletions

View File

@@ -35,6 +35,13 @@ site_header("Downloads",
],
],
"current" => "downloads",
"css" => [
"prism.css",
"code-syntax.css",
],
"js_files" => [
"js/ext/prism.js",
],
],
);