mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19: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)))
|
(sym (string->symbol id)))
|
||||||
(cond
|
(cond
|
||||||
((highlight-scheme-definition? sym)
|
((highlight-scheme-definition? sym)
|
||||||
(let* ((res (cons (read-whitespace in) res))
|
(let* ((res (cons (highlight-class "keyword" id) res))
|
||||||
(res (cons (highlight-class "keyword" id) res))
|
(res (cons (read-whitespace in) res))
|
||||||
(res (if (eqv? #\( (peek-char in))
|
(res (if (eqv? #\( (peek-char in))
|
||||||
(cons (string (read-char in)) res)
|
(cons (string (read-char in)) res)
|
||||||
res)))
|
res)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue