mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 13:16:59 +00:00
[cshtml] // commenting inside @{ } code blocks. Fixes #24693
This commit is contained in:
@@ -19,7 +19,10 @@
|
||||
"grammars": [{
|
||||
"language": "razor",
|
||||
"scopeName": "text.html.cshtml",
|
||||
"path": "./syntaxes/cshtml.json"
|
||||
"path": "./syntaxes/cshtml.json",
|
||||
"embeddedLanguages": {
|
||||
"section.embedded.source.cshtml": "csharp"
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user