Looking at the Language Transitions sample's code, from the WPF Studio Sample browser, I see that you use dynamic lexers for the outer XML and the inner C#. To obtain the dynamic lexers, you rely on the .langdef files to first load the languages.
I was just curious if I already have an instance of the CSharpLanguage, from the .NET language add-on, is there a way for me to obtain a Dynamic lexer, or do I need to recreate the language using the .langdef? If the latter, are there any other differences between the built-in language and the one created from the .langdef that I should be aware of?
Thanks,
-Craig
I was just curious if I already have an instance of the CSharpLanguage, from the .NET language add-on, is there a way for me to obtain a Dynamic lexer, or do I need to recreate the language using the .langdef? If the latter, are there any other differences between the built-in language and the one created from the .langdef that I should be aware of?
Thanks,
-Craig