added "m" as mirroring keyword

This commit is contained in:
VorTechnix 2023-07-20 18:18:24 -07:00
parent a58d86442d
commit 659ae52c13
No known key found for this signature in database
GPG key ID: 091E91A69545D5BA

View file

@ -54,7 +54,7 @@ local keywords = {
["sym"] = true, ["symmetrical"] = true, ["sym"] = true, ["symmetrical"] = true,
["mirror"] = true, ["mir"] = true, ["mirror"] = true, ["mir"] = true,
["rev"] = true, ["reverse"] = true, ["rev"] = true, ["reverse"] = true,
["true"] = true ["m"] = true, ["true"] = true
}, },
} }