Skip to content
This repository was archived by the owner on Sep 28, 2020. It is now read-only.

Commit 73d7e55

Browse files
authored
Fixing syntax highlighting for TypeScript arguments
1 parent 1ee4a11 commit 73d7e55

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

themes/RealGithub.tmTheme

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,17 @@
233233
<string>#323232</string>
234234
</dict>
235235
</dict>
236+
<dict>
237+
<key>name</key>
238+
<string>Function Argument TypeScript</string>
239+
<key>scope</key>
240+
<string>variable.parameter.ts</string>
241+
<key>settings</key>
242+
<dict>
243+
<key>foreground</key>
244+
<string>#ED6A43</string>
245+
</dict>
246+
</dict>
236247
<dict>
237248
<key>name</key>
238249
<string>Tag Name</string>

0 commit comments

Comments
 (0)