diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-27 16:29:56 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-27 16:29:56 +0000 |
commit | a94e96720d885a2203e8130b812f8ea43ef359f6 (patch) | |
tree | c853ecc003357d5de814f53a12ff729582901c37 /editors | |
parent | d311e4bc6b39bff838942410846b0be45d43f4ca (diff) | |
parent | 4e5c1f5608a4be011b43f100e4dad621fb983082 (diff) |
Merge #3352
3352: Map unsafe keyword r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 50c50fe08..934dea16d 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -421,6 +421,12 @@ | |||
421 | "scope": [ | 421 | "scope": [ |
422 | "entity.name.constant" | 422 | "entity.name.constant" |
423 | ] | 423 | ] |
424 | }, | ||
425 | { | ||
426 | "selector": "keyword.unsafe", | ||
427 | "scope": [ | ||
428 | "keyword.other.unsafe" | ||
429 | ] | ||
424 | } | 430 | } |
425 | ] | 431 | ] |
426 | } | 432 | } |