[dingus] Color syntax nodes red when they are errors

This commit is contained in:
John Doty 2024-10-06 08:06:54 -07:00
parent 1a8c768772
commit 15a7feac07
2 changed files with 8 additions and 2 deletions

View file

@ -57,6 +57,10 @@ body {
margin-left: 1rem;
}
.parsed-error-node {
color: red;
}
.main-textarea {
height: 100%;
width: 100%;