mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
This fixes the UI thread lockup when there is a gigantic line in a file (like minified js). I took a stab at making line tokeninization async on the atom/async-single-line-tokenization branch, but it was still too slow. Closes #150