aboutsummaryrefslogtreecommitdiff
path: root/nomsu.lua
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-01-03 19:26:41 -0800
committerBruce Hill <bitbucket@bruce-hill.com>2018-01-03 19:26:41 -0800
commit8cc12625047d7854bfd7ebee2082e69c9cafe566 (patch)
tree09c1ff97fa18a6b234dd6ce495a4ad0f193cc2c8 /nomsu.lua
parentb2ddc1d7687591b4cbc686d274cf3b1f67c3ce1e (diff)
Updated examples and made operator characters not stick to each other.
Useful for <%x>=6 properly registering as <%x> = 6.
Diffstat (limited to 'nomsu.lua')
-rw-r--r--nomsu.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomsu.lua b/nomsu.lua
index d902f61..44b2fb0 100644
--- a/nomsu.lua
+++ b/nomsu.lua
@@ -1114,7 +1114,7 @@ end)]]):format(concat(lua_bits, "\n"))
self:error("Nothing to get stub from")
end
if type(x) == 'string' then
- local patt = re.compile("{|(' '+ / '\n..' / {'\\'? '%' %id*} / {%id+} / {%op+})*|}", {
+ local patt = re.compile("{|(' '+ / '\n..' / {'\\'? '%' %id*} / {%id+} / {%op})*|}", {
id = IDENT_CHAR,
op = OPERATOR_CHAR
})