Reduce priority of paren matching highlighting.

original commit: 68aad051e9ee3bd3a516eaa8048c82ec4a980365
This commit is contained in:
Vincent St-Amour 2011-09-07 18:08:07 -04:00
parent 2c7390edb8
commit d1a84ce043

View File

@ -638,7 +638,8 @@ added get-regions
(if (is-a? color color%)
color
(if color mismatch-color (get-match-color)))
(= caret-pos (+ start-pos start)))])
(= caret-pos (+ start-pos start))
'low)])
(set! clear-old-locations
(let ([old clear-old-locations])
(λ ()