mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04: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.