Update grammars (#211439)

This commit is contained in:
Alex Ross
2024-04-26 13:52:52 +02:00
committed by GitHub
parent edb368fc43
commit 5c213a1e84
19 changed files with 1346 additions and 780 deletions

View File

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