syntax colorer: scheme whitespace is any whitespace

svn: r8011
This commit is contained in:
Matthew Flatt 2007-12-14 21:26:24 +00:00
parent 96308d90b6
commit 71ccd7334e

View File

@ -43,7 +43,8 @@
[langchar (:or (:/ "az" "AZ" "09") "+" "-" "_")]
[scheme-whitespace (:or #\newline #\return #\tab #\space #\vtab #\page)]
[scheme-whitespace whitespace]
[line-comment (:: ";" (:* (:~ #\newline)))]