Do not mark interpolation tokens as strings in C# (#232772)

Co-authored-by: Alex Ross <alros@microsoft.com>
This commit is contained in:
David Barbet
2024-11-18 07:46:11 -08:00
committed by GitHub
parent 659bcdfa47
commit 84a337cd0a

View File

@@ -37,7 +37,10 @@
{
"language": "csharp",
"scopeName": "source.cs",
"path": "./syntaxes/csharp.tmLanguage.json"
"path": "./syntaxes/csharp.tmLanguage.json",
"tokenTypes": {
"meta.interpolation": "other"
}
}
],
"snippets": [