mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Map unsafe keyword
This commit is contained in:
parent
e74484e133
commit
4e5c1f5608
1 changed files with 6 additions and 0 deletions
|
@ -421,6 +421,12 @@
|
|||
"scope": [
|
||||
"entity.name.constant"
|
||||
]
|
||||
},
|
||||
{
|
||||
"selector": "keyword.unsafe",
|
||||
"scope": [
|
||||
"keyword.other.unsafe"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue