Although I have been working with Razor pages(.cshtml) and Razor components(.razor) in Blazor for a while in Visual Studio 2019, I did not stumble upon this feature up until now where it highlights anything between two pairs of braces: {{ }}.
It does it for both Razor pages(.cshtml) and Razor components(.razor). There is no mention of such syntax in the Razor syntax documentation. What purpose was the {{}} syntax intended to serve? What am I missing?
This is what it looks like. The text is highlighted in hot pink:
This is what the same highlight looks like in the light theme:

