more optomisations
This commit is contained in:
parent
11234086a8
commit
86f250cd59
@ -92,6 +92,8 @@ replacements={
|
|||||||
{" %* ","*"},
|
{" %* ","*"},
|
||||||
{" \n","\n"},
|
{" \n","\n"},
|
||||||
{"%-%-.-\n",""},
|
{"%-%-.-\n",""},
|
||||||
|
{"coroutine%.","C."},
|
||||||
|
{"table%.","T."},
|
||||||
}
|
}
|
||||||
for k,v in ipairs(replacements) do
|
for k,v in ipairs(replacements) do
|
||||||
while ss:find(v[1]) ~= nil do
|
while ss:find(v[1]) ~= nil do
|
||||||
|
Loading…
Reference in New Issue
Block a user