Почему этого раньше не было?

This commit is contained in:
Artem 2022-10-21 14:20:25 +03:00 committed by GitHub
parent 96207d68cc
commit 4b4f1d8ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -545,6 +545,13 @@ local function getCharTable(c)
{ 0, 0, 0, 0, 0 },
{ 1, 0, 1, 0, 1 },
},
[":"] = {
{1,},
{ 1,},
{ 0,},
{ 1,},
{ 1},
},
})[c]
end