diff --git a/src/main.rs b/src/main.rs index 8409df7..909839b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -80,8 +80,7 @@ impl KeywordType { "Мета:" => Ignore, "Чемпионат:" | "Пакет:" => Global, "Тур:" => QuestionPre, - "Вопрос " => QuestionStart, - "Вопрос:" => QuestionStart, + "Вопрос " | "Вопрос:" => QuestionStart, "Ответ:" | "Зачет:" => QuestionContent, _ => CurrentScope, // "URL:" | "Ссылка:" | "Дата:" | "Обработан:" | "Автор:" | "Редактор:" | "Копирайт:" | "Инфо:" |