Add SELECT statements to matchit
Brought to you by:
krischik
Originally created by: dkearns
We could add a skip function for SELECT
statements that would skip IF
statement ELSE
when jumping from SELECT
, OR
, and END SELECT
.
However, this seems like a reasonable first pass solution.
This depends on [#30] in order for b:match_skip not cause the OR
, erroneously highlighted as adaOperator
, to be skipped.