Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.
When you start Intype, it must load hundreds of files from bundles folder (snippets, languages, themes). Early versions were doing this in main thread, so the application launch was delayed. In the latest versions, we have moved the loader to separate thread. The logic is to load files by types: First themes, then grammars, and snippets as last. The actual syntax highlighting will appear after grammars are loaded and compiled. However this is done only when Intype gets started. The reason for visual sweep is that the parser cannot work much faster than it is now — that’s cost of having user-defined grammars. We have some optimizations designed for the future, but for now this is how it should work.
1 to 3 of 3