Update Razor repo (#171560)

* Update Razor repo

* Update cgmanifest too

Co-authored-by: Alex Ross <alros@microsoft.com>
This commit is contained in:
David Wengier 2023-01-18 22:42:03 +11:00 committed by GitHub
parent 9a9d7bfdde
commit c080ef27d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@ function patchGrammar(grammar) {
return grammar;
}
const razorGrammarRepo = 'dotnet/razor-tooling';
const razorGrammarRepo = 'dotnet/razor';
const grammarPath = 'src/Razor/src/Microsoft.AspNetCore.Razor.VSCode.Extension/syntaxes/aspnetcorerazor.tmLanguage.json';
vscodeGrammarUpdater.update(razorGrammarRepo, grammarPath, './syntaxes/cshtml.tmLanguage.json', grammar => patchGrammar(grammar), 'main');

View file

@ -4,8 +4,8 @@
"component": {
"type": "git",
"git": {
"name": "dotnet/razor-tooling",
"repositoryUrl": "https://github.com/dotnet/razor-tooling",
"name": "dotnet/razor",
"repositoryUrl": "https://github.com/dotnet/razor",
"commitHash": "8d0ae9664cb27276eab36d83e48e88356468ca67"
}
},
@ -38,4 +38,4 @@
}
],
"version": 1
}
}