IntelliJ-EmmyLua
IntelliJ-EmmyLua copied to clipboard
Support for Metalua / MoonSharp Lambda Syntax: |x, y| x + y
I'd like to request support for lambda syntax anonymous functions used by Metalua and MoonSharp.
With lambda syntax
|x, y| x + y
is treated as syntax sugar for:
function(x, y) return x + y end
Based on the current maintenance status, this is not possible.