oakes / Nightlight

An embedded editor for Clojure
https://sekao.net/nightlight/
The Unlicense
788 stars 35 forks source link

Unclosed double quotes in comments are hard to see #49

Open ioRekz opened 6 years ago

ioRekz commented 6 years ago

when you have something like ; hello "yo parinfer will stop working because the quote is not closed.

Doing it here for example http://shaunlebron.github.io/parinfer/demo will have the same behaviour as in nightlight but it's easier to see what's because the opening quote is highlighted.

This is harder to understand that something is wrong in nightlight cause the lonely quote is not highlighted