
I'm implementing custom language by inheriting from MergableSyntaxLanguage.
I have my custom IToken implementations and lexer and implemented methods: IsPairedEnd, IsPairedStart and MatchingTokenID, but I get no highlighting.
When running in debugger, my IsPairedEnd called only once on initial startup on Document End token and never after that.
I set BracketHighlightingVisible to true on the editor itself.
What else do I have to do to make it work?
Thanks.
I have my custom IToken implementations and lexer and implemented methods: IsPairedEnd, IsPairedStart and MatchingTokenID, but I get no highlighting.
When running in debugger, my IsPairedEnd called only once on initial startup on Document End token and never after that.
I set BracketHighlightingVisible to true on the editor itself.
What else do I have to do to make it work?
Thanks.