mirror of
https://github.com/discourse/discourse.git
synced 2026-08-04 10:23:17 -05:00
Syntax highlighting is a CPU-intensive process which we run a lot while rendering posts and while using the composer preview. Moving it to a background worker releases the main thread to the browser, which makes the UX much smoother.