From 4069d9cef8cb4171730d7a186d5b0ae067aa79fb Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 03:28:34 +0000 Subject: [PATCH] Add syntax highlighting to benchmark page code blocks Integrates Highlight.js to provide syntax highlighting for JSON5, Kotlin, and Groovy code examples on the benchmark_visualization.html page. - Added Highlight.js library and 'atom-one-dark' theme. - Updated code blocks to use `
` structure.
- Adjusted CSS to ensure seamless integration with existing styles, preserving the rounded black box appearance for code blocks.
---
 benchmark/benchmark_visualization.html | 50 ++++++++++++++------------
 1 file changed, 27 insertions(+), 23 deletions(-)

diff --git a/benchmark/benchmark_visualization.html b/benchmark/benchmark_visualization.html
index 2038af4..188c0f5 100644
--- a/benchmark/benchmark_visualization.html
+++ b/benchmark/benchmark_visualization.html
@@ -4,6 +4,8 @@
     
     
     json5-kotlin - JSON5 Implementation for Kotlin/JVM
+    
+