don't color parens when the colorer is stopped

This commit is contained in:
Robby Findler 2016-02-10 09:19:33 -06:00
parent 7d5144acba
commit 8e81b5346a

View File

@ -769,7 +769,8 @@ added get-regions
(clear-old-locations)
(set! clear-old-locations void)
(when (and (preferences:get 'framework:highlight-parens)
(not just-clear?))
(not just-clear?)
(not stopped?))
(let* ((here (get-start-position)))
(when (= here (get-end-position))
(let ([ls (find-ls here)])