Hi guys,
As far as I remember, SyntaxEditor for WinForms could automatically detect language transitions and do outlining for the inline code. Is this also the case for SE for WPF? If not, what's the easiest way to detect a language transition based on the token? I can use the key of the token for situations where the token key is unique, but for instance with inline <style> blocks, the tokens will be the same as for any other tags. What's the best approach here? :)
As far as I remember, SyntaxEditor for WinForms could automatically detect language transitions and do outlining for the inline code. Is this also the case for SE for WPF? If not, what's the easiest way to detect a language transition based on the token? I can use the key of the token for situations where the token key is unique, but for instance with inline <style> blocks, the tokens will be the same as for any other tags. What's the best approach here? :)