diff options
Diffstat (limited to 'nomsu_tree.lua')
| -rw-r--r-- | nomsu_tree.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu_tree.lua b/nomsu_tree.lua index 93588c4..cba4fed 100644 --- a/nomsu_tree.lua +++ b/nomsu_tree.lua @@ -153,7 +153,7 @@ Tree("Block", { return nomsu end }) -local math_expression = re.compile([[ "%" (" " [*/^+-] " %")+ ]]) +local math_expression = re.compile([[ "%" (" " [*/^+-] " %")+ !. ]]) Tree("Action", { as_lua = function(self, nomsu) local stub = self:get_stub() |
