update syntax highlighting to include classes for html

This commit is contained in:
gnat 2025-01-11 20:26:52 -08:00
parent 3b901e297d
commit 1deaac37cf

View File

@ -63,11 +63,16 @@
.-function-builtin {color: #673ab7} .-function-builtin {color: #673ab7}
.Type {color: #ee5396} .Type {color: #ee5396}
.-function {font-weight: bold; color: #673ab7} .-function {font-weight: bold; color: #673ab7}
.String {color: #be95ff}
.Comment {font-style: italic; color: #161616} .Comment {font-style: italic; color: #161616}
.Boolean {color: #ee5396} .Boolean {color: #ee5396}
.-keyword-operator {color: #ff7eb6} .-keyword-operator {color: #ff7eb6}
.-punctuation-delimiter {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) { @media (prefers-color-scheme: dark) {
:root { :root {