Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use proper method to subscribe to onDidTokenize
Way back in atom/atom@117a3fb (released in Atom v1.9.0-beta0) Atom introduced an experimental TextEditor::onDidTokenize method in order to subscribe to that event. Switch to using this instead of grabbing it through the private properties which no longer work as of Atom v1.25.0-beta0. Fixes #649.
- Loading branch information