mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 11:24:24 +00:00
Tsfmt
This commit is contained in:
parent
5c39311f96
commit
c84897bfb7
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ export class ColorTheme {
|
|||
const scopes = typeof rule.scope === 'undefined'
|
||||
? []
|
||||
: typeof rule.scope === 'string'
|
||||
? [rule.scope]
|
||||
: rule.scope;
|
||||
? [rule.scope]
|
||||
: rule.scope;
|
||||
for (const scope of scopes) {
|
||||
res.rules.set(scope, rule.settings);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue