mirror of
https://github.com/atom/atom.git
synced 2026-02-10 14:45:11 -05:00
If the current word prefix doesn't correspond to a valid snippet, we abort the key binding and try the next one, which ends up being the standard tab binding so a typical tab gets inserted. This is a mechanism that could support overloading of arbitrary keys.