diff options
author | Aleksey Kladov <[email protected]> | 2020-02-27 16:28:59 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-27 16:28:59 +0000 |
commit | 4e5c1f5608a4be011b43f100e4dad621fb983082 (patch) | |
tree | c853ecc003357d5de814f53a12ff729582901c37 /editors/code | |
parent | e74484e1338b7d90038fc996208bb15e4e162f0f (diff) |
Map unsafe keyword
Diffstat (limited to 'editors/code')
-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 | } |