
Hi,
I try to merge a DynamicSyntaxLanguage and CSharpSyntaxLanguage (from .Net Add-on) using a Direct Lexical State Transition. I load a DynamicSyntaxLanguage from XML file, then chain it to a CSharpSyntaxLanguage when ASP-style <% and %> directives are matched. But I see no IntelliPromt for C#, i.e. semantic parsing for C# is not performed. Could you please tell how to initialize a semantic parsing in such case?
Thanks,
Nik
I try to merge a DynamicSyntaxLanguage and CSharpSyntaxLanguage (from .Net Add-on) using a Direct Lexical State Transition. I load a DynamicSyntaxLanguage from XML file, then chain it to a CSharpSyntaxLanguage when ASP-style <% and %> directives are matched. But I see no IntelliPromt for C#, i.e. semantic parsing for C# is not performed. Could you please tell how to initialize a semantic parsing in such case?
Thanks,
Nik