Tweak the textmate fallback scopes to be consistent with builtin TextMate grammar and other languages

This commit is contained in:
George Fraser 2020-05-09 10:23:32 -07:00
parent bfb40a698d
commit da0c8d96d4

View File

@ -596,28 +596,28 @@
"support.type.primitive"
],
"lifetime": [
"entity.name.lifetime.rust"
"entity.name.type.lifetime"
],
"typeAlias": [
"entity.name.typeAlias"
"entity.name.type.typeAlias"
],
"union": [
"entity.name.union"
"entity.name.type.union"
],
"struct": [
"entity.name.type.struct"
],
"keyword.unsafe": [
"keyword.other.unsafe"
],
"keyword": [
"keyword"
"keyword.other"
],
"keyword.controlFlow": [
"keyword.control"
],
"variable.constant": [
"entity.name.constant"
"variable.other.constant"
],
"formatSpecifier": [
"punctuation.section.embedded"
]
}
}