added function contract & purpose
svn: r7976
This commit is contained in:
parent
7ac3c22511
commit
69ea58ac92
|
@ -483,6 +483,8 @@
|
|||
(end-edit-sequence)
|
||||
(set! in-match-parens? #f))))
|
||||
|
||||
;; highlight-nested-region : number number number -> void
|
||||
;; colors nested regions of parentheses.
|
||||
(define/private (highlight-nested-region orig-start orig-end here)
|
||||
(let paren-loop ([start orig-start]
|
||||
[end orig-end]
|
||||
|
|
Loading…
Reference in New Issue
Block a user