mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Merge #4353
4353: Better mapping to TextMate scopes for keywords r=matklad a=matklad https://github.com/microsoft/vscode/issues/94367#issuecomment-608629883 bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
6b18d364fc
@ -592,6 +592,12 @@
|
||||
"keyword.unsafe": [
|
||||
"keyword.other.unsafe"
|
||||
],
|
||||
"keyword": [
|
||||
"keyword"
|
||||
],
|
||||
"keyword.controlFlow": [
|
||||
"keyword.control"
|
||||
],
|
||||
"variable.constant": [
|
||||
"entity.name.constant"
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user