diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-28 14:04:46 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-28 14:04:46 +0000 |
commit | 9ef6359950fa2f3ecb9a7d4120f01e4baeaad978 (patch) | |
tree | b3edc1e63af556f2ff0906a8219262814e10c90f /editors | |
parent | 2995fd2c87bba98d4cb7957a182a58bee68d86ba (diff) | |
parent | da401495722ca43b60834399208e822dbbadd06d (diff) |
Merge #3364
3364: Fix union classification r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index b013c3f4a..862de3210 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -460,14 +460,12 @@ | |||
460 | { | 460 | { |
461 | "selector": "typeAlias", | 461 | "selector": "typeAlias", |
462 | "scope": [ | 462 | "scope": [ |
463 | "entity.name.type", | ||
464 | "entity.name.typeAlias" | 463 | "entity.name.typeAlias" |
465 | ] | 464 | ] |
466 | }, | 465 | }, |
467 | { | 466 | { |
468 | "selector": "union", | 467 | "selector": "union", |
469 | "scope": [ | 468 | "scope": [ |
470 | "entity.name.type", | ||
471 | "entity.name.union" | 469 | "entity.name.union" |
472 | ] | 470 | ] |
473 | }, | 471 | }, |