diff options
author | bjorn3 <[email protected]> | 2020-02-01 12:41:11 +0000 |
---|---|---|
committer | bjorn3 <[email protected]> | 2020-02-01 12:41:11 +0000 |
commit | c84897bfb76b833122ee418d26e9bc53b4245ce8 (patch) | |
tree | c7819a0f8507eb5fef4fce54a8cd412ea57fc01d | |
parent | 5c39311f9639543fe1dd2a67ec5aff757bb830eb (diff) |
Tsfmt
-rw-r--r-- | editors/code/src/color_theme.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/src/color_theme.ts b/editors/code/src/color_theme.ts index e4d20490b..d816f617d 100644 --- a/editors/code/src/color_theme.ts +++ b/editors/code/src/color_theme.ts | |||
@@ -31,8 +31,8 @@ export class ColorTheme { | |||
31 | const scopes = typeof rule.scope === 'undefined' | 31 | const scopes = typeof rule.scope === 'undefined' |
32 | ? [] | 32 | ? [] |
33 | : typeof rule.scope === 'string' | 33 | : typeof rule.scope === 'string' |
34 | ? [rule.scope] | 34 | ? [rule.scope] |
35 | : rule.scope; | 35 | : rule.scope; |
36 | for (const scope of scopes) { | 36 | for (const scope of scopes) { |
37 | res.rules.set(scope, rule.settings); | 37 | res.rules.set(scope, rule.settings); |
38 | } | 38 | } |