randy3k / AlignTab

An alignment plugin for Sublime Text using regular expression
MIT License
631 stars 25 forks source link

resolve input changed checking order #67

Closed alfunx closed 7 years ago

alfunx commented 7 years ago

Now in resolve_input() first checks if it is 'last_regex' and then it checks if it is in patterns. This way it is possible to use patterns, that are saved in the settings, with table-mode.

randy3k commented 7 years ago

Thanks.