Skip to content

Commit da0c8d9

Browse files
committed
Tweak the textmate fallback scopes to be consistent with builtin TextMate grammar and other languages
1 parent bfb40a6 commit da0c8d9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

editors/code/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -596,28 +596,28 @@
596596
"support.type.primitive"
597597
],
598598
"lifetime": [
599-
"entity.name.lifetime.rust"
599+
"entity.name.type.lifetime"
600600
],
601601
"typeAlias": [
602-
"entity.name.typeAlias"
602+
"entity.name.type.typeAlias"
603603
],
604604
"union": [
605-
"entity.name.union"
605+
"entity.name.type.union"
606606
],
607607
"struct": [
608608
"entity.name.type.struct"
609609
],
610-
"keyword.unsafe": [
611-
"keyword.other.unsafe"
612-
],
613610
"keyword": [
614-
"keyword"
611+
"keyword.other"
615612
],
616613
"keyword.controlFlow": [
617614
"keyword.control"
618615
],
619616
"variable.constant": [
620-
"entity.name.constant"
617+
"variable.other.constant"
618+
],
619+
"formatSpecifier": [
620+
"punctuation.section.embedded"
621621
]
622622
}
623623
}

0 commit comments

Comments
 (0)