Map unsafe keyword

This commit is contained in:
Aleksey Kladov 2020-02-27 17:28:59 +01:00
parent e74484e133
commit 4e5c1f5608

View file

@ -421,6 +421,12 @@
"scope": [
"entity.name.constant"
]
},
{
"selector": "keyword.unsafe",
"scope": [
"keyword.other.unsafe"
]
}
]
}