Skip to content

Commit

Permalink
Fix an issue with coloring of the this parameter in parameter lists
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavSenthilnathan committed May 2, 2019
1 parent 3508c88 commit bc9bb22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TypeScript.YAML-tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ uuid: 91489F9C-F403-4CF0-993D-EAAF9149E40E
settings:
- scope: storage.modifier, storage.type, keyword.control, keyword.other, keyword.operator.expression, keyword.operator.new, keyword.generator.asterisk, punctuation.definition.template-expression
settings: { vsclassificationtype: keyword }
- scope: support.type, constant.language, variable.language
- scope: support.type, constant.language, variable.language, variable.language variable.parameter
settings: { vsclassificationtype: keyword }

- scope: string, punctuation.definition.string, constant.character
Expand Down
2 changes: 1 addition & 1 deletion TypeScript.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</dict>
<dict>
<key>scope</key>
<string>support.type, constant.language, variable.language</string>
<string>support.type, constant.language, variable.language, variable.language variable.parameter</string>
<key>settings</key>
<dict>
<key>vsclassificationtype</key>
Expand Down
2 changes: 1 addition & 1 deletion TypeScriptReact.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</dict>
<dict>
<key>scope</key>
<string>support.type, constant.language, variable.language</string>
<string>support.type, constant.language, variable.language, variable.language variable.parameter</string>
<key>settings</key>
<dict>
<key>vsclassificationtype</key>
Expand Down

0 comments on commit bc9bb22

Please sign in to comment.