randy3k / AlignTab

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

Add ignore regex after comments. #72

Open ydsdsa opened 7 years ago

ydsdsa commented 7 years ago

This will split regex up to the comments. #46 @zx8

randy3k commented 7 years ago

This only work for syntaxes which use // to comment. I would prefer sth more general.