mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 06:09:18 +02:00
fixing spacing in definition highlighting
This commit is contained in:
parent
d60c8e5aa6
commit
33f7600640
1 changed files with 2 additions and 2 deletions
|
@ -209,8 +209,8 @@
|
|||
(sym (string->symbol id)))
|
||||
(cond
|
||||
((highlight-scheme-definition? sym)
|
||||
(let* ((res (cons (read-whitespace in) res))
|
||||
(res (cons (highlight-class "keyword" id) res))
|
||||
(let* ((res (cons (highlight-class "keyword" id) res))
|
||||
(res (cons (read-whitespace in) res))
|
||||
(res (if (eqv? #\( (peek-char in))
|
||||
(cons (string (read-char in)) res)
|
||||
res)))
|
||||
|
|
Loading…
Add table
Reference in a new issue