This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Errors are not highlighted in the default dark theme #13057
Closed
Description
Prerequisites
- Can you reproduce the problem with
Debug -> Reload Without Extensions
? - Did you perform a cursory search to see if your bug or enhancement is already reported?
- Did you read the Troubleshooting guide?
For more information on how to write a good bug report read here
For more information on how to contribute read here
Description
In the default dark theme, errors are not highlighted.
CodeMirror add the class cm-error
correctly and in src/extensions/default/DarkTheme/main.less
there is a class for cm-error
which should highlight the tag in red.
Steps to Reproduce
- Switch to the default dark theme
- Paste this snippet
<html>
<div>
</html>
Versions
Windows 10
master