mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Structural folding should really be handled at the edit session level so that the DisplayBuffer doesn't need access to the LanguageMode. It should only be concerned with the raw ability to create folds.