mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Previously, logic associated with swapping grammars was a bit scattered. Now grammar reloading / assignment methods delegate to LanguageMode directly, and it emits a 'grammar-changed' event when the grammar changes. Now EditSession and TokenizedBuffer listen for this event and perform necessary actions for grammar change.