This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Description
I am noticing a significant delay in the UI when opening a large file during syntax highlighting. Currently the UI is frozen until we’ve finished.
My example is GitHawk’s API file gql/API.swift
I’d be interested to see what could be done to allow for the task to be cancellable or in the background — to allow for the user to continue to use the other tabs / the rest of the app instead of locking the main thread?