allow 'text' as a possible category for colorizer results
This commit is contained in:
parent
e5ec86dcaf
commit
a940a47aaf
|
@ -297,6 +297,7 @@
|
|||
(keyword ,symbol-blue ,(string-constant scheme-mode-color-keyword))
|
||||
(comment ,(make-object color% 194 116 31) ,(string-constant scheme-mode-color-comment))
|
||||
(string ,constant-green ,(string-constant scheme-mode-color-string))
|
||||
(text ,constant-green ,(string-constant scheme-mode-color-text))
|
||||
(constant ,constant-green ,(string-constant scheme-mode-color-constant))
|
||||
(hash-colon-keyword ,(make-object color% "brown")
|
||||
,(string-constant scheme-mode-color-hash-colon-keyword))
|
||||
|
@ -311,6 +312,7 @@
|
|||
(keyword ,sym/kwd)
|
||||
(comment ,(make-object color% 249 148 40))
|
||||
(string ,(make-object color% 51 174 51))
|
||||
(text ,(make-object color% 51 174 51))
|
||||
(constant ,(make-object color% 60 194 57))
|
||||
(hash-colon-keyword ,(make-object color% 151 69 43))
|
||||
(parenthesis ,(make-object color% 151 69 43))
|
||||
|
|
Loading…
Reference in New Issue
Block a user