add a string constant to describe a new text color

This commit is contained in:
Robby Findler 2013-10-25 22:20:50 -05:00
parent e513cdc1c4
commit e5ec86dcaf

View File

@ -335,6 +335,7 @@ please adhere to these guidelines:
(scheme-mode-color-keyword "Keyword")
(scheme-mode-color-comment "Comment")
(scheme-mode-color-string "String")
(scheme-mode-color-text "Text")
(scheme-mode-color-constant "Constant")
(scheme-mode-color-parenthesis "Parenthesis")
(scheme-mode-color-hash-colon-keyword "#:Keyword")