Skip to content

Commit 65e755f

Browse files
authored
Removed constant.language.undefined.ts scope (#982)
Co-authored-by: Armando Aguirre <[email protected]>
1 parent d68b624 commit 65e755f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TypeScript.YAML-tmTheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ settings:
5151
- scope: entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal
5252
settings: { vsclassificationtype: method name }
5353

54-
- scope: constant.language.undefined.ts, variable.language.arguments.ts, support.type.object
54+
- scope: variable.language.arguments.ts, support.type.object
5555
settings: { vsclassificationtype: identifier }
5656

5757
- scope: entity.name.tag.inline, entity.name.tag.directive

TypeScript.tmTheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
</dict>
173173
<dict>
174174
<key>scope</key>
175-
<string>constant.language.undefined.ts, variable.language.arguments.ts, support.type.object</string>
175+
<string>variable.language.arguments.ts, support.type.object</string>
176176
<key>settings</key>
177177
<dict>
178178
<key>vsclassificationtype</key>

TypeScriptReact.tmTheme

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
</dict>
173173
<dict>
174174
<key>scope</key>
175-
<string>constant.language.undefined.tsx, variable.language.arguments.tsx, support.type.object</string>
175+
<string>variable.language.arguments.tsx, support.type.object</string>
176176
<key>settings</key>
177177
<dict>
178178
<key>vsclassificationtype</key>

0 commit comments

Comments
 (0)