diff --git a/web-highlighters/index.html b/web-highlighters/index.html index 9fcceab..49bd949 100644 --- a/web-highlighters/index.html +++ b/web-highlighters/index.html @@ -116,6 +116,11 @@ color: #FF45A8; } + .badge-shiki { + background-color: rgba(6, 182, 212, 0.1); + color: #06B6D4; + } + pre { @@ -292,6 +297,7 @@
// Sentry error tracking example
@@ -367,6 +373,9 @@ JavaScript
}
}
Loading Shiki...interface User {
@@ -457,6 +467,9 @@ TypeScript
}
}
Loading Shiki...import sentry_sdk
@@ -585,6 +599,9 @@ Python
# Simulate processing
return {**item, "processed": True, "timestamp": time.time()}
Loading Shiki...import React, { useState, useEffect } from 'react';
@@ -687,6 +705,9 @@ React JSX
export default UserProfile;
Loading Shiki.../* Sentry-themed button styles */
@@ -789,6 +811,9 @@ CSS
}
}
Loading Shiki...{
@@ -869,6 +895,9 @@ JSON
}
}
Loading Shiki...# Sentry configuration
@@ -947,6 +977,9 @@ YAML
ttl: 3600
max_entries: 10000
Loading Shiki...-- Get user activity with error tracking
@@ -1017,6 +1051,9 @@ SQL
ORDER BY ue.error_count DESC
LIMIT 100;
Loading Shiki...package main
@@ -1145,6 +1183,9 @@ Go
return nil
}
Loading Shiki...use sentry::{ClientOptions, IntoDsn};
@@ -1275,6 +1317,9 @@ Rust
}
}
Loading Shiki...