feat: Add support for displaying display related CBS elements in highlighter

This commit is contained in:
kwaroran
2024-05-26 08:20:49 +09:00
parent 93cba968b5
commit d6e663c604
3 changed files with 23 additions and 21 deletions

View File

@@ -208,6 +208,9 @@ html, body{
::highlight(cbsnest4) {
@apply text-pink-500;
}
::highlight(cbsdisplay) {
@apply text-cyan-500;
}
::highlight(decorator) {
color: var(--risu-theme-draculared);