mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-24 03:35:38 +00:00
Do not mark interpolation tokens as strings in C# (#232772)
Co-authored-by: Alex Ross <alros@microsoft.com>
This commit is contained in:
@@ -37,7 +37,10 @@
|
||||
{
|
||||
"language": "csharp",
|
||||
"scopeName": "source.cs",
|
||||
"path": "./syntaxes/csharp.tmLanguage.json"
|
||||
"path": "./syntaxes/csharp.tmLanguage.json",
|
||||
"tokenTypes": {
|
||||
"meta.interpolation": "other"
|
||||
}
|
||||
}
|
||||
],
|
||||
"snippets": [
|
||||
|
||||
Reference in New Issue
Block a user