[honu] typo in parenthesis name for the color lexer

This commit is contained in:
Jon Rafkind 2012-04-26 21:11:56 -06:00
parent 565e844228
commit 976be2b8c9

View File

@ -212,7 +212,7 @@
[(position-token token start end)
;; (printf "Lexed ~a\n" token)
(define (encloser kind)
(values token 'parens kind
(values token 'parenthesis kind
(position-offset start)
(position-offset end)
need-backup mode))