
Hi
When you have a big multiline token, like a comment of 1000 lines, the scrolling, navigation in the editor is very slow. it seems that the lexing takes the regular amount of calls (using MergableLexerBase) and time to process. Splitting this one big token in multiple ones speeds up navigation a lot. Have you an idea what is causing this?