diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 5effa3e17..fd29710ba 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -398,9 +398,6 @@ | |||
398 | }, | 398 | }, |
399 | { | 399 | { |
400 | "id": "control" | 400 | "id": "control" |
401 | }, | ||
402 | { | ||
403 | "id": "builtin" | ||
404 | } | 401 | } |
405 | ], | 402 | ], |
406 | "semanticTokenStyleDefaults": [ | 403 | "semanticTokenStyleDefaults": [ |
@@ -433,12 +430,6 @@ | |||
433 | "scope": [ | 430 | "scope": [ |
434 | "keyword.other.unsafe" | 431 | "keyword.other.unsafe" |
435 | ] | 432 | ] |
436 | }, | ||
437 | { | ||
438 | "selector": "type.builtin", | ||
439 | "scope": [ | ||
440 | "support.type.builtin" | ||
441 | ] | ||
442 | } | 433 | } |
443 | ] | 434 | ] |
444 | } | 435 | } |