aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-02-28 14:03:09 +0000
committerAleksey Kladov <[email protected]>2020-02-28 14:03:09 +0000
commitda401495722ca43b60834399208e822dbbadd06d (patch)
treeb3edc1e63af556f2ff0906a8219262814e10c90f /editors
parent2995fd2c87bba98d4cb7957a182a58bee68d86ba (diff)
Fix union classification
Diffstat (limited to 'editors')
-rw-r--r--editors/code/package.json2
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 },