Skip to content

Commit 1976f43

Browse files
feat: add '|lambda|' to nonstandardSymbol in template
1 parent 32fec3c commit 1976f43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/config/template.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ local template = {
223223
'|=', '&=', '<<=', '>>=',
224224
'||', '&&', '!', '!=',
225225
'continue',
226+
'|lambda|',
226227
}),
227228
['Lua.runtime.plugin'] = Type.Or(Type.String, Type.Array(Type.String)) ,
228229
['Lua.runtime.pluginArgs'] = Type.Or(Type.Array(Type.String), Type.Hash(Type.String, Type.String)),

0 commit comments

Comments
 (0)