mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Update grammars (#211439)
This commit is contained in:
@@ -4,9 +4,31 @@
|
||||
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
|
||||
"Once accepted there, we are happy to receive an update request."
|
||||
],
|
||||
"version": "https://github.com/dotnet/razor/commit/f01e110af179981942987384d2b5d4e489eab014",
|
||||
"version": "https://github.com/dotnet/razor/commit/39159764277f3c80a786d8872eba7730da3d7ef0",
|
||||
"name": "ASP.NET Razor",
|
||||
"scopeName": "text.html.cshtml",
|
||||
"injections": {
|
||||
"string.quoted.double.html": {
|
||||
"patterns": [
|
||||
{
|
||||
"include": "#explicit-razor-expression"
|
||||
},
|
||||
{
|
||||
"include": "#implicit-expression"
|
||||
}
|
||||
]
|
||||
},
|
||||
"string.quoted.single.html": {
|
||||
"patterns": [
|
||||
{
|
||||
"include": "#explicit-razor-expression"
|
||||
},
|
||||
{
|
||||
"include": "#implicit-expression"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"patterns": [
|
||||
{
|
||||
"include": "#razor-control-structures"
|
||||
|
||||
Reference in New Issue
Block a user