mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +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
1 changed files with 6 additions and 0 deletions
|
@ -592,6 +592,12 @@
|
||||||
"keyword.unsafe": [
|
"keyword.unsafe": [
|
||||||
"keyword.other.unsafe"
|
"keyword.other.unsafe"
|
||||||
],
|
],
|
||||||
|
"keyword": [
|
||||||
|
"keyword"
|
||||||
|
],
|
||||||
|
"keyword.controlFlow": [
|
||||||
|
"keyword.control"
|
||||||
|
],
|
||||||
"variable.constant": [
|
"variable.constant": [
|
||||||
"entity.name.constant"
|
"entity.name.constant"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue