From 1deaac37cfdf84a261357f59f51c621ee5789111 Mon Sep 17 00:00:00 2001 From: gnat Date: Sat, 11 Jan 2025 20:26:52 -0800 Subject: [PATCH] update syntax highlighting to include classes for html --- style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3a56a8e..d3a402f 100644 --- a/style.css +++ b/style.css @@ -63,11 +63,16 @@ .-function-builtin {color: #673ab7} .Type {color: #ee5396} .-function {font-weight: bold; color: #673ab7} -.String {color: #be95ff} .Comment {font-style: italic; color: #161616} .Boolean {color: #ee5396} .-keyword-operator {color: #ff7eb6} .-punctuation-delimiter {color: #ff7eb6} +.-tag {color: #ee5396} +.-tag-delimiter {color: #ffab91} +.Operator {color: #ee5396} +.Underlined {text-decoration-line: underline} +.-tag-attribute {color: #ffab91} +.String {color: #be95ff} @media (prefers-color-scheme: dark) { :root {