mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 01:34:21 +00:00
Better mapping to TextMate scopes for keywords
https://github.com/microsoft/vscode/issues/94367#issuecomment-608629883
This commit is contained in:
parent
5b697d5693
commit
71369f5c59
@ -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