Skip to content

Commit

Permalink
fix: update razor grammar source
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 7, 2023
1 parent 07ca93c commit da70f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/grammarSources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export const githubGrammarSources: [string, string][] = [
],
[
'razor',
'https://github.com/dotnet/aspnetcore-tooling/blob/master/src/Razor/src/Microsoft.AspNetCore.Razor.VSCode.Extension/syntaxes/aspnetcorerazor.tmLanguage.json'
'https://github.com/dotnet/razor/blob/main/src/Razor/src/Microsoft.VisualStudio.RazorExtension/EmbeddedGrammars/aspnetcorerazor.tmLanguage.json'
],
['reg', 'https://github.com/mihai-vlc/reg-vscode/blob/master/syntaxes/reg.tmLanguage'],
[
Expand Down

0 comments on commit da70f66

Please sign in to comment.