Skip to content

Commit 7801dc2

Browse files
authored
Merge pull request #747 from Microsoft/fix-inconsistent-this-keyword
Fix an issue with coloring of the `this` parameter in parameter lists
2 parents 3508c88 + bc9bb22 commit 7801dc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TypeScript.YAML-tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ uuid: 91489F9C-F403-4CF0-993D-EAAF9149E40E
77
settings:
88
- scope: storage.modifier, storage.type, keyword.control, keyword.other, keyword.operator.expression, keyword.operator.new, keyword.generator.asterisk, punctuation.definition.template-expression
99
settings: { vsclassificationtype: keyword }
10-
- scope: support.type, constant.language, variable.language
10+
- scope: support.type, constant.language, variable.language, variable.language variable.parameter
1111
settings: { vsclassificationtype: keyword }
1212

1313
- scope: string, punctuation.definition.string, constant.character

TypeScript.tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</dict>
2020
<dict>
2121
<key>scope</key>
22-
<string>support.type, constant.language, variable.language</string>
22+
<string>support.type, constant.language, variable.language, variable.language variable.parameter</string>
2323
<key>settings</key>
2424
<dict>
2525
<key>vsclassificationtype</key>

TypeScriptReact.tmTheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</dict>
2020
<dict>
2121
<key>scope</key>
22-
<string>support.type, constant.language, variable.language</string>
22+
<string>support.type, constant.language, variable.language, variable.language variable.parameter</string>
2323
<key>settings</key>
2424
<dict>
2525
<key>vsclassificationtype</key>

0 commit comments

Comments
 (0)