mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
When two neighboring characters have different character class or one is an alpha numeric character (excl. underscore) and the other is not, we consider this a valid boundary for a tab trigger. This closes issue #157.