After the introduction of i18n.yml support, the regexp for matching gherkin keywords began to capture two matches rather than one. This fixes feature-verify-scenario-at-pos to use the second capture instead of the first.
Also changes the default features-keywords-per-language values to be what load-gherkin-i10n would've produced, in case someone isn't using the i18n file.
After the introduction of i18n.yml support, the regexp for matching gherkin keywords began to capture two matches rather than one. This fixes
feature-verify-scenario-at-pos
to use the second capture instead of the first.Also changes the default
features-keywords-per-language
values to be whatload-gherkin-i10n
would've produced, in case someone isn't using the i18n file.