Currently [LanguageInjection] annotation uses a closed set of enum values to specify the injected language. This PR adds an ability to specify the language as a string allowing for a wider range of language injections beyond what ReSharper currently supports.
Currently
[LanguageInjection]
annotation uses a closed set of enum values to specify the injected language. This PR adds an ability to specify the language as astring
allowing for a wider range of language injections beyond what ReSharper currently supports.