add json syntax
This commit is contained in:
parent
7fa202ac5f
commit
1265796996
3 changed files with 64 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue