File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 596
596
" support.type.primitive"
597
597
],
598
598
"lifetime" : [
599
- " entity.name.lifetime.rust "
599
+ " entity.name.type.lifetime "
600
600
],
601
601
"typeAlias" : [
602
- " entity.name.typeAlias"
602
+ " entity.name.type. typeAlias"
603
603
],
604
604
"union" : [
605
- " entity.name.union"
605
+ " entity.name.type. union"
606
606
],
607
607
"struct" : [
608
608
" entity.name.type.struct"
609
609
],
610
- "keyword.unsafe" : [
611
- " keyword.other.unsafe"
612
- ],
613
610
"keyword" : [
614
- " keyword"
611
+ " keyword.other "
615
612
],
616
613
"keyword.controlFlow" : [
617
614
" keyword.control"
618
615
],
619
616
"variable.constant" : [
620
- " entity.name.constant"
617
+ " variable.other.constant"
618
+ ],
619
+ "formatSpecifier" : [
620
+ " punctuation.section.embedded"
621
621
]
622
622
}
623
623
}
You can’t perform that action at this time.
0 commit comments