Skip to content

Commit c900140

Browse files
author
Gilad Gray
committed
fix TS deconstruct/rename syntax
1 parent cf0a06e commit c900140

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/scopes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default {
3030
"beginning.punctuation.definition.list", // markdown lists
3131
],
3232
[Aliases.TEXT]: [
33+
"variable.object.property",
3334
"variable.other.property",
3435
"variable.other.object.property",
3536
"support.variable.property", // this.refHandlers.[target] is not a builtin reference

themes/Blueprint.tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</dict>
8080
<dict>
8181
<key>scope</key>
82-
<string>variable.other.property, variable.other.object.property, support.variable.property, support.type.property-name</string>
82+
<string>variable.object.property, variable.other.property, variable.other.object.property, support.variable.property, support.type.property-name</string>
8383
<key>settings</key>
8484
<dict>
8585
<key>foreground</key>

0 commit comments

Comments
 (0)