Skip to content

Commit

Permalink
Add support for interpolated variables in C# (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislewisdev authored and wyze committed Oct 15, 2018
1 parent 781f47e commit 8294355
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/template.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,21 @@
<string>#{lightBlue}</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>C# String Interpolation</string>
<key>scope</key>
<string>
meta.interpolation.cs variable.other.object.cs,
meta.interpolation.cs variable.other.object.property.cs,
meta.interpolation.cs variable.other.readwrite.cs
</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#{lightGray}</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>d8d5e82e-3d5b-46b5-b38e-8c841c21347d</string>
Expand Down

0 comments on commit 8294355

Please sign in to comment.