mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-27 21:09:31 +01:00
Do not mark interpolation tokens as strings in C# (#232772)
Co-authored-by: Alex Ross <alros@microsoft.com>
This commit is contained in:
co-authored by
Alex Ross
parent
659bcdfa47
commit
84a337cd0a
@@ -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