add json syntax

This commit is contained in:
りき萌 2024-03-12 20:03:00 +01:00
parent 7fa202ac5f
commit 1265796996
3 changed files with 64 additions and 3 deletions

View file

@ -776,6 +776,10 @@ th-literate-program[data-mode="output"] {
color: var(--syntax-punct);
}
&.error {
color: var(--error-color);
text-decoration: wavy underline;
}
}
.th-syntax-highlighting {