mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 05:37:55 -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.