summaryrefslogtreecommitdiff
path: root/script/config/template.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/config/template.lua')
-rw-r--r--script/config/template.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/config/template.lua b/script/config/template.lua
index 3d5bad3d..2f5ff005 100644
--- a/script/config/template.lua
+++ b/script/config/template.lua
@@ -209,7 +209,8 @@ local template = {
['Lua.runtime.nonstandardSymbol'] = Type.Array(Type.String << {
'//', '/**/',
'`',
- '+=', '-=', '*=', '/=',
+ '+=', '-=', '*=', '/=', '%=', '^=', '//=',
+ '|=', '&=', '<<=', '>>=',
'||', '&&', '!', '!=',
'continue',
}),