diff --git a/themes/candy_json/candy_json.tmTheme b/themes/candy_json/candy_json.tmTheme index b24e060..141df40 100644 --- a/themes/candy_json/candy_json.tmTheme +++ b/themes/candy_json/candy_json.tmTheme @@ -432,6 +432,106 @@ + + + + name + Line Comment + + scope + comment.line.double-slash.json + + settings + + foreground + #6C7A89 + + fontStyle + italic + + + + + + + + name + Block Comment + + scope + comment.block.json + + settings + + foreground + #6C7A89 + + fontStyle + italic + + + + + + + + name + Documentation + + scope + comment.block.documentation.json + + settings + + foreground + #8C9AA7 + + fontStyle + italic + + + + + + + + name + Empty Block + + scope + comment.block.empty.json + + settings + + foreground + #8C9AA7 + + fontStyle + italic + + + + + + + + name + Comment Delimiters + + scope + + punctuation.definition.comment.begin.json, + punctuation.definition.comment.end.json, + punctuation.definition.comment.json + + + settings + + foreground + #59636D + + +