ой, прстите хд

This commit is contained in:
Igor Timofeev 2017-04-19 13:00:09 +03:00
parent 02b97598f0
commit f5aee055d2

View File

@ -43,7 +43,7 @@ syntax.patterns = {
{ "end[%s%;]", "loops", 0, 1 },
{ "for ", "loops", 0, 1 },
{ " in ", "loops", 0, 1 },
{ "repeat$", "loops", 0, 1 },
{ "repeat$", "loops", 0, 0 },
{ "if ", "loops", 0, 1 },
{ "then", "loops", 0, 0 },
{ "until ", "loops", 0, 1 },