don't color parens when the colorer is stopped
This commit is contained in:
parent
7d5144acba
commit
8e81b5346a
|
@ -769,7 +769,8 @@ added get-regions
|
||||||
(clear-old-locations)
|
(clear-old-locations)
|
||||||
(set! clear-old-locations void)
|
(set! clear-old-locations void)
|
||||||
(when (and (preferences:get 'framework:highlight-parens)
|
(when (and (preferences:get 'framework:highlight-parens)
|
||||||
(not just-clear?))
|
(not just-clear?)
|
||||||
|
(not stopped?))
|
||||||
(let* ((here (get-start-position)))
|
(let* ((here (get-start-position)))
|
||||||
(when (= here (get-end-position))
|
(when (= here (get-end-position))
|
||||||
(let ([ls (find-ls here)])
|
(let ([ls (find-ls here)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user