diff options
Diffstat (limited to 'editors/code/package.json')
-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 | } |