[cshtml] // commenting inside @{ } code blocks. Fixes #24693

This commit is contained in:
Martin Aeschlimann 2017-11-21 14:53:17 +01:00
parent b22bd4778f
commit b3b31f707e

View file

@ -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"
}
}]
}
}