Skip to content

Commit 84a337c

Browse files
dibarbetalexr00
andauthored
Do not mark interpolation tokens as strings in C# (microsoft#232772)
Co-authored-by: Alex Ross <[email protected]>
1 parent 659bcdf commit 84a337c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

extensions/csharp/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@
3737
{
3838
"language": "csharp",
3939
"scopeName": "source.cs",
40-
"path": "./syntaxes/csharp.tmLanguage.json"
40+
"path": "./syntaxes/csharp.tmLanguage.json",
41+
"tokenTypes": {
42+
"meta.interpolation": "other"
43+
}
4144
}
4245
],
4346
"snippets": [

0 commit comments

Comments
 (0)