You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Position to detect remaining words
This should be useful to detect the line has multiple-commands, redirect
or etc, like below.
foo; bar
foo && bar
foo || bar
foo < file
foo > file