Reduce priority of paren matching highlighting.
original commit: 68aad051e9ee3bd3a516eaa8048c82ec4a980365
This commit is contained in:
parent
2c7390edb8
commit
d1a84ce043
|
@ -638,7 +638,8 @@ added get-regions
|
||||||
(if (is-a? color color%)
|
(if (is-a? color color%)
|
||||||
color
|
color
|
||||||
(if color mismatch-color (get-match-color)))
|
(if color mismatch-color (get-match-color)))
|
||||||
(= caret-pos (+ start-pos start)))])
|
(= caret-pos (+ start-pos start))
|
||||||
|
'low)])
|
||||||
(set! clear-old-locations
|
(set! clear-old-locations
|
||||||
(let ([old clear-old-locations])
|
(let ([old clear-old-locations])
|
||||||
(λ ()
|
(λ ()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user