]> git.phdru.name Git - phdru.name/cgi-bin/blog-ru/search-tags.git/commitdiff
Fix(parser): Буква `Ё`
authorOleg Broytman <phd@phdru.name>
Sun, 16 Jun 2024 13:25:28 +0000 (16:25 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 16 Jun 2024 13:25:28 +0000 (16:25 +0300)
parser/grammar.ebnf

index 8e0a4030128870b8261bb5bd2a72a777be981878..8ccdd76b4f04c87b175e43df2bdccc7f242ead06 100644 (file)
@@ -36,7 +36,7 @@ not_expression: not and_sub_expression
 
 expression_parens : "(" expression ")"
 
-name : /[A-Za-zА-Яа-я][A-Za-zА-Яа-я0-9_]*[A-Za-zА-Яа-я0-9]/
+name : /[A-Za-zА-Яа-яЁё][A-Za-zА-Яа-яЁё0-9_]*[A-Za-zА-Яа-яЁё0-9]/
 
 ?and : and_op
      | and_op and_op