mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +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": [
|
"scope": [
|
||||||
"entity.name.constant"
|
"entity.name.constant"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"selector": "keyword.unsafe",
|
||||||
|
"scope": [
|
||||||
|
"keyword.other.unsafe"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue