From 588930bcd6333e5e956c20e7a5759f3a4a5d7dff Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Sun, 7 Oct 2018 15:19:15 -0400 Subject: [PATCH] Add `stringEscape` to `syntax` section of README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7fb2b1..0aa8e67 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ generateTheme('My Theme', colorSet, path.join(__dirname, 'theme.json')); The `syntax` properties present a simplified set of token types. If not set, these will be derived from the base colors: - `color1` determines `boolean`, `identifier`, `keyword`, `storage`, and `cssClass` -- `color2` determines `string` and `cssId` +- `color2` determines `string`, `stringEscape`, and `cssId` - `color3` determines `function`, `class`, `classMember`, `type`, and `cssTag` - `color4` determines `functionCall` and `number`