Tweak the textmate fallback scopes to be consistent with builtin TextMate grammar and other languages
This commit is contained in:
parent
bfb40a698d
commit
da0c8d96d4
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user