[dingus] Color syntax nodes red when they are errors
This commit is contained in:
parent
1a8c768772
commit
15a7feac07
2 changed files with 8 additions and 2 deletions
|
|
@ -57,6 +57,10 @@ body {
|
|||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.parsed-error-node {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.main-textarea {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue