Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 5335765

Browse files
committed
gherkin: c: regenerate lexer
1 parent e97a78d commit 5335765

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dialect.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2371,8 +2371,8 @@ static const Keywords ru_and_keywords = { 4, ru_and_KEYWORDS };
23712371
static const wchar_t* const ru_background_KEYWORDS[] = { L"Предыстория", L"Контекст" };
23722372
static const Keywords ru_background_keywords = { 2, ru_background_KEYWORDS };
23732373

2374-
static const wchar_t* const ru_but_KEYWORDS[] = { L"* ", L"Но ", L"А " };
2375-
static const Keywords ru_but_keywords = { 3, ru_but_KEYWORDS };
2374+
static const wchar_t* const ru_but_KEYWORDS[] = { L"* ", L"Но ", L"А ", L"Иначе " };
2375+
static const Keywords ru_but_keywords = { 4, ru_but_KEYWORDS };
23762376

23772377
static const wchar_t* const ru_examples_KEYWORDS[] = { L"Примеры" };
23782378
static const Keywords ru_examples_keywords = { 1, ru_examples_KEYWORDS };

0 commit comments

Comments
 (0)