added minifying ..s

This commit is contained in:
Izaya 2018-05-19 03:31:02 +10:00
parent de57eb0331
commit e9df741396
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ local replacements={
{" %/ ","/"},
{" %* ","*"},
{" \n","\n"},
{" %.%. ",".."},
{"%-%-.-\n",""},
}