[honu] typo in parenthesis name for the color lexer
This commit is contained in:
parent
565e844228
commit
976be2b8c9
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user